Skip to content

Commit f4c8a72

Browse files
committed
crlf change
1 parent a4874c7 commit f4c8a72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docbook-xsl/custom-chunked.xsl

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
equation before
6969
table before
7070
procedure before
71-
</xsl:param>
71+
</xsl:param>
7272
<xsl:template match="author" mode="titlepage.mode">
7373
<xsl:if test="name(preceding-sibling::*[1]) = 'author'">
74-
<xsl:text>, </xsl:text>
75-
</xsl:if>
74+
<xsl:text>, </xsl:text>
75+
</xsl:if>
7676
<span class="{name(.)}">
77-
<xsl:call-template name="person.name"/>
78-
(<xsl:value-of select="affiliation"/>)
77+
<xsl:call-template name="person.name"/>
78+
(<xsl:value-of select="affiliation"/>)
7979
<xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
8080
</span>
8181
</xsl:template>

0 commit comments

Comments
 (0)