[sword-cvs] sword/src/modules/filters osishtmlhref.cpp,1.15,1.16

sword@www.crosswire.org sword@www.crosswire.org
Tue, 19 Aug 2003 11:18:23 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv14015

Modified Files:
	osishtmlhref.cpp 
Log Message:
fix hi tag

Index: osishtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osishtmlhref.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- osishtmlhref.cpp	17 Aug 2003 10:00:54 -0000	1.15
+++ osishtmlhref.cpp	19 Aug 2003 18:18:21 -0000	1.16
@@ -222,8 +222,10 @@
 					buf += "<b> ";
 					u->inBold = true;
 				}
-				else	// all other types
+				else {	// all other types
 					buf += "<i> ";
+					u->inBold = false;
+				}
 			}
 			else if (tag.isEndTag()) {
 				if(u->inBold) {