[sword-svn] r379 - trunk/modules/python
chrislit at crosswire.org
chrislit at crosswire.org
Sun Aug 12 03:11:39 MST 2012
Author: chrislit
Date: 2012-08-12 03:11:39 -0700 (Sun, 12 Aug 2012)
New Revision: 379
Modified:
trunk/modules/python/usfm2osis.py
Log:
typo
Modified: trunk/modules/python/usfm2osis.py
===================================================================
--- trunk/modules/python/usfm2osis.py 2012-08-11 07:44:11 UTC (rev 378)
+++ trunk/modules/python/usfm2osis.py 2012-08-12 10:11:39 UTC (rev 379)
@@ -811,7 +811,7 @@
if relaxedConformance:
# \addpn...\addpn*
- osis = re.sub(r'\\addpn\s+(.+?)\\addpn\*', r'<hi type="x-dotUndeline">\1</hi>', osis, flags=re.DOTALL)
+ osis = re.sub(r'\\addpn\s+(.+?)\\addpn\*', r'<hi type="x-dotUnderline">\1</hi>', osis, flags=re.DOTALL)
# \k# # TODO: unsure of this tag's purpose
osis = re.sub(r'\\k1\s+(.+?)\\k1\*', r'<seg type="keyword" n="1">\1</seg>', osis, flags=re.DOTALL)
osis = re.sub(r'\\k2\s+(.+?)\\k2\*', r'<seg type="keyword" n="2">\1</seg>', osis, flags=re.DOTALL)
More information about the sword-cvs
mailing list