summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-07-02 15:30:11 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-07-02 15:30:11 +0200
commit9c82f2335aa36ee50a308a598f3025c10a9a73e0 (patch)
treeceedefda3ef3c2f3dd3b62604f779a6ff8cb2a7d
parentbecfb3387fcbc428d8f0b3ea05a9f65d17b36d1f (diff)
downloadbible-fetch-9c82f2335aa36ee50a308a598f3025c10a9a73e0.tar.gz
bible-fetch-9c82f2335aa36ee50a308a598f3025c10a9a73e0.tar.bz2
bible-fetch-9c82f2335aa36ee50a308a598f3025c10a9a73e0.zip
convert.xsl: Dont insert newline when merging verses from multiple tags
-rw-r--r--convert.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/convert.xsl b/convert.xsl
index b14df5e..3a8eb7d 100644
--- a/convert.xsl
+++ b/convert.xsl
@@ -82,7 +82,6 @@
<xsl:template match="*" mode="copy-until-next-verse">
<xsl:if test="not(span[@class = 'verse']) and not(@class='fussnote')">
<xsl:text> </xsl:text>
- <br art="x-nl" />
<xsl:call-template name="copy-with-notes" />
</xsl:if>
</xsl:template>