added newline characters to end of printed comments
svn path=/branches/design/; revision=17353
This commit is contained in:
parent
f5c69dd1d3
commit
e76afe433e
4
fsfe.xsl
4
fsfe.xsl
@ -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.</xsl:comment>
|
||||
<xsl:comment>This file was generated by an XSLT script. Please do not edit.\n</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.</xsl:comment>
|
||||
<xsl:comment>Give non-graphical browsers a way to skip the menu.\n</xsl:comment>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">#content</xsl:attribute>
|
||||
<xsl:text>Skip menu</xsl:text>
|
||||
|
Loading…
Reference in New Issue
Block a user