[sword-cvs] sword/src/modules/filters thmlhtmlhref.cpp,1.29,1.30

sword@www.crosswire.org sword@www.crosswire.org
Wed, 11 Jun 2003 19:03:36 -0700


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

Modified Files:
	thmlhtmlhref.cpp 
Log Message:
no message

Index: thmlhtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlhtmlhref.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** thmlhtmlhref.cpp	6 Jun 2003 20:42:58 -0000	1.29
--- thmlhtmlhref.cpp	12 Jun 2003 02:03:34 -0000	1.30
***************
*** 217,225 ****
  			}
  			else if (tag.getAttribute("class")) {
! 				if (!strcasecmp(tag.getAttribute("class"), "sechead")) {
  					userData["SecHead"] = "true";
  					buf += "<br /><b><i>";
  				}
! 				else if (!strcasecmp(tag.getAttribute("class"), "title")) {
  					userData["SecHead"] = "true";
  					buf += "<br /><b><i>";
--- 217,225 ----
  			}
  			else if (tag.getAttribute("class")) {
! 				if (!stricmp(tag.getAttribute("class"), "sechead")) {
  					userData["SecHead"] = "true";
  					buf += "<br /><b><i>";
  				}
! 				else if (!stricmp(tag.getAttribute("class"), "title")) {
  					userData["SecHead"] = "true";
  					buf += "<br /><b><i>";