diff options
-rw-r--r-- | convert.xsl | 1 |
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> |