summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-06-28 10:55:48 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-06-28 10:55:48 +0200
commita2dcb152c544c2ee5694475f81a34a684d02b557 (patch)
treeed14102a1483566d553f49545c547fedc0af7ce6
parent36c0f2f4d8aef72776a337eef05bec8cd0360e83 (diff)
downloadbible-fetch-a2dcb152c544c2ee5694475f81a34a684d02b557.tar.gz
bible-fetch-a2dcb152c544c2ee5694475f81a34a684d02b557.tar.bz2
bible-fetch-a2dcb152c544c2ee5694475f81a34a684d02b557.zip
convert.xsl: It has to be emphasis not emphasize
-rw-r--r--convert.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.xsl b/convert.xsl
index d8f1d77..8717512 100644
--- a/convert.xsl
+++ b/convert.xsl
@@ -23,7 +23,7 @@
</xsl:template>
<xsl:template match="em" mode="copy-with-notes">
- <style fs="emphasize">
+ <style fs="emphasis">
<xsl:value-of select="." />
</style>
</xsl:template>