remove hr during conversion
This commit is contained in:
parent
7d54c084c1
commit
439ae2032f
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user