fixed list of authors formatting in html

This commit is contained in:
Thomas Risberg
2011-04-09 18:46:05 -04:00
parent ba811f1446
commit 1f27472c60

View File

@@ -76,7 +76,7 @@
</xsl:if>
<span class="{name(.)}">
<xsl:call-template name="person.name"/>
(<xsl:value-of select="affiliation"/>)
<!-- (<xsl:value-of select="affiliation"/>) -->
<xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
</span>
</xsl:template>