Skip to content

Commit

Permalink
Misc Fixing spacing around variablelist passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
jhosman committed Jun 27, 2013
1 parent 18415c7 commit 4580391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions d2a.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,11 @@ ____
<xsl:choose>
<!-- When variablelist has a varlistentry with more than one term, output as passthrough -->
<xsl:when test="varlistentry/term[2]">
<xsl:text>++++
</xsl:text>
<xsl:copy-of select="."/>
<xsl:text>
++++</xsl:text>
<xsl:value-of select="util:carriage-returns(2)"/>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 4580391

Please sign in to comment.