diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-06-28 15:51:25 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-06-28 15:51:25 +0200 |
commit | 59fe1343c54e7680693970e6a1524ad1d6774768 (patch) | |
tree | 8c03b40d251f08660757f15f070790d1ce374f3e | |
parent | 00415cf6c1b1bde7da6983d241799488d6917eb3 (diff) | |
download | bible-fetch-59fe1343c54e7680693970e6a1524ad1d6774768.tar.gz bible-fetch-59fe1343c54e7680693970e6a1524ad1d6774768.tar.bz2 bible-fetch-59fe1343c54e7680693970e6a1524ad1d6774768.zip |
convert.xsl: Replace <div class="lineBreak"/> by <br />
-rw-r--r-- | convert.xsl | 3 |
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"> |