- Remove an incorrect rel="self" attribute
PR: 172624 Submitted by: Frank Wall <fw@moov.defw@moov.de>
This commit is contained in:
parent
9c8956111a
commit
9dcb2e2cba
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45449
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue