added rel=author to author links in article metadata

svn path=/trunk/; revision=17288
This commit is contained in:
samtuke
2010-10-05 16:18:12 +00:00
parent bc1e522ded
commit 657abe9ebc

View File

@@ -75,7 +75,7 @@
<xsl:choose>
<xsl:when test="/buildinfo/document/head/meta[@name='author-link']">
<xsl:variable name="author-link" select="/buildinfo/document/head/meta[@name='author-link']/@content" />
<a href='{$author-link}'>
<a rel='author' href='{$author-link}'>
<xsl:value-of select="/buildinfo/document/head/meta[@name='author-name']/@content" /> </a>
</xsl:when>
<xsl:otherwise>