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

This reverts commit 7faafec63e.

Adding the anchors breaks everything. Better solution coming soon!
news-update
David Bartley 16 years ago
parent 7faafec63e
commit 18f7727bf0
  1. 2
      xsl/common.xsl

@ -25,7 +25,7 @@
</xsl:template>
<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:template>

Loading…
Cancel
Save