diff options
Diffstat (limited to 'stylesheets/dump-commands.xsl')
-rw-r--r-- | stylesheets/dump-commands.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/dump-commands.xsl b/stylesheets/dump-commands.xsl index 9e2af96e4..48af34c20 100644 --- a/stylesheets/dump-commands.xsl +++ b/stylesheets/dump-commands.xsl @@ -7,7 +7,8 @@ <!-- XSLT stylesheet to extract commands from [B,H]LFS books. --> <xsl:variable name="newline"> - <xsl:text>
</xsl:text> + <xsl:text> +</xsl:text> </xsl:variable> <xsl:template match="/"> |