Documenting which is which
svn path=/trunk/; revision=19430
This commit is contained in:
parent
c041eb9a77
commit
b95a2e8217
5
fsfe.xsl
5
fsfe.xsl
@ -53,13 +53,14 @@
|
||||
<link rel="shortcut icon" href="/graphics/fsfe.ico" type="image/x-icon" />
|
||||
|
||||
<!-- Feeds -->
|
||||
<xsl:element name="link">
|
||||
<xsl:element name="link"> <!-- News feed -->
|
||||
<xsl:attribute name="rel">alternate</xsl:attribute>
|
||||
<xsl:attribute name="title">FSFE <xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'menu1/news'" /></xsl:call-template></xsl:attribute>
|
||||
<xsl:attribute name="href">/news/news.<xsl:value-of select="/buildinfo/@language" />.rss</xsl:attribute>
|
||||
<xsl:attribute name="type">application/rss+xml</xsl:attribute>
|
||||
</xsl:element>
|
||||
<xsl:element name="link">
|
||||
|
||||
<xsl:element name="link"> <!-- Events feed -->
|
||||
<xsl:attribute name="rel">alternate</xsl:attribute>
|
||||
<xsl:attribute name="title">FSFE <xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'menu1/events'" /></xsl:call-template></xsl:attribute>
|
||||
<xsl:attribute name="href">/events/events.<xsl:value-of select="/buildinfo/@language" />.rss</xsl:attribute>
|
||||
|
Loading…
Reference in New Issue
Block a user