[sword-svn] r3375 - branches/sword-1-7-x/src/modules/filters
charcoal at crosswire.org
charcoal at crosswire.org
Fri Jun 12 07:33:10 MST 2015
Author: charcoal
Date: 2015-06-12 07:33:10 -0700 (Fri, 12 Jun 2015)
New Revision: 3375
Modified:
branches/sword-1-7-x/src/modules/filters/osisxhtml.cpp
Log:
carry superscript close-tag fix to this branch (trunk -r3318).
Modified: branches/sword-1-7-x/src/modules/filters/osisxhtml.cpp
===================================================================
--- branches/sword-1-7-x/src/modules/filters/osisxhtml.cpp 2015-06-02 16:12:29 UTC (rev 3374)
+++ branches/sword-1-7-x/src/modules/filters/osisxhtml.cpp 2015-06-12 14:33:10 UTC (rev 3375)
@@ -617,7 +617,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