We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4874c7 commit f4c8a72Copy full SHA for f4c8a72
docbook-xsl/custom-chunked.xsl
@@ -68,14 +68,14 @@
68
equation before
69
table before
70
procedure before
71
- </xsl:param>
+ </xsl:param>
72
<xsl:template match="author" mode="titlepage.mode">
73
<xsl:if test="name(preceding-sibling::*[1]) = 'author'">
74
- <xsl:text>, </xsl:text>
75
- </xsl:if>
+ <xsl:text>, </xsl:text>
+ </xsl:if>
76
<span class="{name(.)}">
77
- <xsl:call-template name="person.name"/>
78
- (<xsl:value-of select="affiliation"/>)
+ <xsl:call-template name="person.name"/>
+ (<xsl:value-of select="affiliation"/>)
79
<xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
80
</span>
81
</xsl:template>
0 commit comments