Fixed id generation on headings to retain classes in original source

svn path=/trunk/; revision=23640
This commit is contained in:
samtuke 2012-06-27 10:24:51 +00:00
parent 8a52f416fb
commit 89dc4b6d2d
1 changed files with 6 additions and 0 deletions

View File

@ -96,6 +96,12 @@
</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="@class">
<xsl:attribute name="class">
<xsl:value-of select="@class" />
</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="node()"/>