Fixed author customization.

2000-10-24  Eric Baudais  <baudais@okstate.edu>

	* eric_customization: Fixed author customization.
This commit is contained in:
Eric Baudais 2001-10-24 18:12:31 +00:00 committed by Eric Baudais
parent 2b3b9c0086
commit b36a91ca55

View file

@ -122,18 +122,14 @@
<xsl:text> is </xsl:text>
</xsl:if>
<xsl:value-of select="$maintainlabel"/>
<xsl:call-template name="person.name"/>
<xsl:value-of select="\<\/h3\>"/>
<xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$authorlabel"/>
<xsl:call-template name="person.name"/>
</h3>
<apply-templates mode="titlepage.mode select="./affiliation"/>
<xsl:text>,</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:call-template name="person.name"/>
</h3>
<xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
</xsl:template>