svn commit: r45449 - head/share/xml
Gabor Kovesdan
gabor at FreeBSD.org
Wed Aug 13 10:53:25 UTC 2014
Author: gabor
Date: Wed Aug 13 10:53:25 2014
New Revision: 45449
URL: http://svnweb.freebsd.org/changeset/doc/45449
Log:
- Remove an incorrect rel="self" attribute
PR: 172624
Submitted by: Frank Wall <fw at moov.defw@moov.de>
Modified:
head/share/xml/libcommon.xsl
Modified: head/share/xml/libcommon.xsl
==============================================================================
--- head/share/xml/libcommon.xsl Wed Aug 13 09:23:29 2014 (r45448)
+++ head/share/xml/libcommon.xsl Wed Aug 13 10:53:25 2014 (r45449)
@@ -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>
More information about the svn-doc-head
mailing list