svn path=/trunk/; revision=20390
This commit is contained in:
ato
2011-04-26 21:03:34 +00:00
parent 3b244acfd7
commit 9b01212642

View File

@@ -5,10 +5,12 @@
<xsl:output method="xml" encoding="UTF-8" indent="yes" />
<xsl:template match="/html/head">
<xsl:element name="link">
<xsl:attribute name="href">/look/fellowship.css</xsl:attribute>
<xsl:attribute name="rel">stylesheet</xsl:attribute>
</xsl:element>
<xsl:copy>
<xsl:element name="link">
<xsl:attribute name="href">/look/fellowship.css</xsl:attribute>
<xsl:attribute name="rel">stylesheet</xsl:attribute>
</xsl:element>
</xsl:copy>
</xsl:template>
<xsl:template match="/html/body">