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

refdoc at crosswire.org refdoc at crosswire.org
Tue Mar 11 00:11:44 MST 2014


Author: refdoc
Date: 2014-03-11 00:11:44 -0700 (Tue, 11 Mar 2014)
New Revision: 3094

Modified:
   trunk/src/modules/filters/teixhtml.cpp
Log:
typo corrected


Modified: trunk/src/modules/filters/teixhtml.cpp
===================================================================
--- trunk/src/modules/filters/teixhtml.cpp	2014-03-11 05:31:44 UTC (rev 3093)
+++ trunk/src/modules/filters/teixhtml.cpp	2014-03-11 07:11:44 UTC (rev 3094)
@@ -105,7 +105,7 @@
 					buf += "</i>";
 				else if (rend == "bold")
 					buf += "</b>";
-				else if (rend = "super" || rend == "sup")
+				else if (rend == "super" || rend == "sup")
 					buf += "</sup>";
 				else if (rend == "sub")
 					buf += "</sub>";




More information about the sword-cvs mailing list