fixed bug with pdf-link in article pages

svn path=/trunk/; revision=17815
This commit is contained in:
samtuke 2010-10-20 12:52:09 +00:00
parent 37b133d626
commit 143ad61488
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<xsl:if test = "string(/buildinfo/document/head/meta[@name='pdf-link']/@content)">
<span class="label">PDF: </span>
<xsl:variable name="pdf-link" select="/buildinfo/document/head/meta[@name='author-link-3']/@content" />
<xsl:variable name="pdf-link" select="/buildinfo/document/head/meta[@name='pdf-link']/@content" />
<a href='{$pdf-link}'>download</a>
</xsl:if>