xep.xsl: Don’t output invalid <di/> element in HTML.

This commit is contained in:
Emmanuel Gil Peyrot 2020-03-03 17:31:59 +01:00
parent 1005e64a1e
commit 6b55544477
1 changed files with 1 additions and 3 deletions

View File

@ -1058,9 +1058,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
</xsl:template>
<xsl:template match='di'>
<di>
<xsl:apply-templates/>
</di>
<xsl:apply-templates/>
</xsl:template>
<xsl:template match='dt'>