svn path=/branches/test/; revision=23034
This commit is contained in:
hugo 2012-04-22 14:43:21 +00:00
parent b5faae1c82
commit a1833b6a95

View File

@ -250,7 +250,9 @@
<!--Article authors, date -->
<xsl:if test="/buildinfo/document/author">
<div id="article-metadata">
<xsl:element name="div">
<xsl:attribute name="id">article-metadata</xsl:attribute>
<span class="label"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'writtenby'" /></xsl:call-template></span>
<xsl:for-each select="/buildinfo/document/author">
@ -305,7 +307,7 @@
<xsl:attribute name="href"><xsl:value-of select="/buildinfo/document/download/@content" /></xsl:attribute>
<xsl:value-of select="/buildinfo/document/download/@type" />
</xsl:element>
</div>
</xsl:element>
</xsl:if>
<!--End Article authors, date-->