removed line break to not confuse bloody stupid xsl parser

svn path=/trunk/; revision=25497
This commit is contained in:
paul 2013-04-04 15:37:54 +00:00
parent fa632861f6
commit 9831e09295
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@
<xsl:element name="link">
<xsl:attribute name="rel">apple-touch-icon</xsl:attribute>
<xsl:attribute name="href">
<xsl:value-of select="$urlprefix"/>/graphics/touch-icon.png
</xsl:attribute>
<xsl:value-of select="$urlprefix"/>/graphics/touch-icon.png</xsl:attribute>
<xsl:attribute name="type">image/png</xsl:attribute>
</xsl:element>