[sword-svn] r3398 - trunk/src/modules/filters
charcoal at crosswire.org
charcoal at crosswire.org
Sat Jan 23 10:40:31 MST 2016
Author: charcoal
Date: 2016-01-23 10:40:31 -0700 (Sat, 23 Jan 2016)
New Revision: 3398
Modified:
trunk/src/modules/filters/osishtmlhref.cpp
Log:
repeat sup closure fix, from osisxhtml.cpp last january
Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp 2016-01-11 17:45:11 UTC (rev 3397)
+++ trunk/src/modules/filters/osishtmlhref.cpp 2016-01-23 17:40:31 UTC (rev 3398)
@@ -509,7 +509,7 @@
else if (type == "ol") {
outText("</span>", buf, u);
}
- else if (type == "sup") {
+ else if (type == "super") {
outText("</sup>", buf, u);
}
else if (type == "sub") {
More information about the sword-cvs
mailing list