wrong class for authors
svn path=/branches/test/; revision=27464
This commit is contained in:
parent
dedf783820
commit
a19eae298a
4
fsfe.xsl
4
fsfe.xsl
@ -298,7 +298,7 @@
|
||||
<xsl:attribute name="id">article-metadata</xsl:attribute>
|
||||
|
||||
<xsl:if test = "string(/buildinfo/document/head/meta[@name='author-name-1']/@content)">
|
||||
<span class="label"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'author'" /></xsl:call-template>: </span>
|
||||
<span class="written-by"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'author'" /></xsl:call-template>: </span>
|
||||
<xsl:choose>
|
||||
<xsl:when test="/buildinfo/document/head/meta[@name='author-link-1']">
|
||||
<xsl:variable name="author-link-1" select="/buildinfo/document/head/meta[@name='author-link-1']/@content" />
|
||||
@ -359,7 +359,7 @@
|
||||
<xsl:attribute name="id">article-metadata</xsl:attribute>
|
||||
|
||||
<xsl:if test="/buildinfo/document/author">
|
||||
<span class="label"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'writtenby'" /></xsl:call-template> </span>
|
||||
<span class="written-by"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'writtenby'" /></xsl:call-template> </span>
|
||||
|
||||
<xsl:for-each select="/buildinfo/document/author">
|
||||
<xsl:variable name="id">
|
||||
|
Loading…
x
Reference in New Issue
Block a user