svn commit: r45449 - head/share/xml
Gabor Kovesdan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]@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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"