remove hr during conversion

This commit is contained in:
skyanth 2020-02-28 17:20:30 +01:00
parent 7d54c084c1
commit 439ae2032f

View File

@ -12,7 +12,7 @@
</xsl:template> </xsl:template>
<!-- remove all of the following elements; they are not used in pentext --> <!-- remove all of the following elements; they are not used in pentext -->
<xsl:template match="span | div | font"> <xsl:template match="span | div | font | hr">
<xsl:apply-templates/> <xsl:apply-templates/>
</xsl:template> </xsl:template>