- Remove an incorrect rel="self" attribute

PR:		172624
Submitted by:	Frank Wall <fw@moov.defw@moov.de>
This commit is contained in:
Gabor Kovesdan 2014-08-13 10:53:25 +00:00
parent 9c8956111a
commit 9dcb2e2cba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45449

View file

@ -1124,7 +1124,7 @@
<title><xsl:value-of select="$title" /></title>
<link><xsl:value-of select="$link" /></link>
</image>
<atom:link rel="self" type="application/rss+xml">
<atom:link type="application/rss+xml">
<xsl:attribute name="href">
<xsl:value-of select="$link" /><xsl:text>rss.xml</xsl:text>
</xsl:attribute>