summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--convert.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/convert.xsl b/convert.xsl
index 0bb1153..b146bdb 100644
--- a/convert.xsl
+++ b/convert.xsl
@@ -43,6 +43,9 @@
<xsl:template match="br" mode="copy-with-notes">
<br art="x-nl" />
</xsl:template>
+ <xsl:template match="div[@class='lineBreak']" mode="copy-with-notes">
+ <br art="x-nl" />
+ </xsl:template>
<!--
<xsl:template match="*" mode="error">