removed newline characters from comments (didnt work)

svn path=/branches/design/; revision=17358
This commit is contained in:
samtuke 2010-10-09 13:19:22 +00:00
parent 57ed9e72ef
commit f71e503403
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<xsl:copy>
<!-- First of all, a comment to make clear this is generated -->
<xsl:comment>This file was generated by an XSLT script. Please do not edit.\n</xsl:comment>
<xsl:comment>This file was generated by an XSLT script. Please do not edit.</xsl:comment>
<xsl:element name="div">
<xsl:attribute name="id">wrapper</xsl:attribute>
@ -104,7 +104,7 @@
<xsl:element name="p">
<xsl:attribute name="class">n</xsl:attribute>
<xsl:comment>Give non-graphical browsers a way to skip the menu.\n</xsl:comment>
<xsl:comment>Give non-graphical browsers a way to skip the menu.</xsl:comment>
<xsl:element name="a">
<xsl:attribute name="href">#content</xsl:attribute>
<xsl:text>Skip menu</xsl:text>