[sword-svn] r3318 - trunk/src/modules/filters

charcoal at crosswire.org charcoal at crosswire.org
Sun Jan 4 19:12:04 MST 2015


Author: charcoal
Date: 2015-01-04 19:12:03 -0700 (Sun, 04 Jan 2015)
New Revision: 3318

Modified:
   trunk/src/modules/filters/osisxhtml.cpp
Log:
fix type "sup" as type "super"

Modified: trunk/src/modules/filters/osisxhtml.cpp
===================================================================
--- trunk/src/modules/filters/osisxhtml.cpp	2014-12-29 22:52:06 UTC (rev 3317)
+++ trunk/src/modules/filters/osisxhtml.cpp	2015-01-05 02:12:03 UTC (rev 3318)
@@ -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