summaryrefslogtreecommitdiff
path: root/convert.xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-10-23 11:34:16 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-10-23 11:37:07 +0200
commit3748f43f26c6ed4979f0ca4d0a50d0354dc10bb6 (patch)
tree0cf47f9100d0fbdd36d00d1ffacbc952bdc5c441 /convert.xsl
parent2f116f283f4a75e52007ab66ef419dbf6ba9bf8c (diff)
downloadbible-fetch-3748f43f26c6ed4979f0ca4d0a50d0354dc10bb6.tar.gz
bible-fetch-3748f43f26c6ed4979f0ca4d0a50d0354dc10bb6.tar.bz2
bible-fetch-3748f43f26c6ed4979f0ca4d0a50d0354dc10bb6.zip
Make scripts translation independent
Add menge download.
Diffstat (limited to 'convert.xsl')
-rw-r--r--convert.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.xsl b/convert.xsl
index 3fe6be5..89f0d42 100644
--- a/convert.xsl
+++ b/convert.xsl
@@ -117,7 +117,7 @@
</xsl:template>
<xsl:template match="/">
- <chapter cnumber="{//span[@class='chapter']}">
+ <chapter cnumber="{//span[@class='chapter' and text()!='0']}">
<xsl:apply-templates select="//div[@class='markdown']/*" mode="conv"/>
</chapter>
</xsl:template>