[sword-svn] r3399 - branches/sword-1-7-x/src/modules/filters
charcoal at crosswire.org
charcoal at crosswire.org
Sat Jan 23 10:40:53 MST 2016
Author: charcoal
Date: 2016-01-23 10:40:53 -0700 (Sat, 23 Jan 2016)
New Revision: 3399
Modified:
branches/sword-1-7-x/src/modules/filters/osishtmlhref.cpp
Log:
repeat sup closure fix, from osisxhtml.cpp last january
Modified: branches/sword-1-7-x/src/modules/filters/osishtmlhref.cpp
===================================================================
--- branches/sword-1-7-x/src/modules/filters/osishtmlhref.cpp 2016-01-23 17:40:31 UTC (rev 3398)
+++ branches/sword-1-7-x/src/modules/filters/osishtmlhref.cpp 2016-01-23 17:40:53 UTC (rev 3399)
@@ -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