Revert "Added <a name="{@title}" /> anchors to <section>'s"

This reverts commit 7faafec63e.

Adding the anchors breaks everything. Better solution coming soon!
This commit is contained in:
David Bartley 2007-09-01 16:42:11 -04:00
parent 7faafec63e
commit 18f7727bf0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</xsl:template> </xsl:template>
<xsl:template match="section"> <xsl:template match="section">
<a name="{@title}" /><h2><xsl:value-of select="@title" /></h2> <h2><xsl:value-of select="@title" /></h2>
<xsl:apply-templates /> <xsl:apply-templates />
</xsl:template> </xsl:template>