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

news-update
David Bartley 16 years ago
parent f32b4ea01a
commit 7faafec63e
  1. 2
      xsl/common.xsl

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

Loading…
Cancel
Save