mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
xep.xsl: Don’t output invalid <di/> element in HTML.
This commit is contained in:
parent
1005e64a1e
commit
6b55544477
4
xep.xsl
4
xep.xsl
@ -1058,9 +1058,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match='di'>
|
<xsl:template match='di'>
|
||||||
<di>
|
<xsl:apply-templates/>
|
||||||
<xsl:apply-templates/>
|
|
||||||
</di>
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match='dt'>
|
<xsl:template match='dt'>
|
||||||
|
Loading…
Reference in New Issue
Block a user