Fix for "skip menu" link.

svn path=/trunk/; revision=8223
This commit is contained in:
Reinhard Müller 2007-05-06 17:15:52 +00:00
parent 79eea1c4d2
commit 500a503887

View File

@ -181,11 +181,7 @@
<!-- Content -->
<xsl:element name="div">
<xsl:attribute name="class">content</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="class">n</xsl:attribute>
<xsl:attribute name="id">#content</xsl:attribute>
</xsl:element>
<xsl:attribute name="id">content</xsl:attribute>
<!-- Here goes the actual content of the <body> node of the input file -->
<xsl:apply-templates select="node()"/>