[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
- Previous message: [sword-cvs] sword/apps/windoze/CBuilder5/BibleCS paraldisp.cpp,NONE,1.1 paraldisp.h,NONE,1.1 mainfrm.cpp,1.116,1.117 mainfrm.dfm,1.41,1.42 mainfrm.h,1.44,1.45 sword.bpr,1.111,1.112 sword.cpp,1.42,1.43
- Next message: [sword-cvs] sword/src/modules/filters thmlfootnotes.cpp,1.8,1.9 thmlmorph.cpp,1.9,1.10 thmlscripref.cpp,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>";
- Previous message: [sword-cvs] sword/apps/windoze/CBuilder5/BibleCS paraldisp.cpp,NONE,1.1 paraldisp.h,NONE,1.1 mainfrm.cpp,1.116,1.117 mainfrm.dfm,1.41,1.42 mainfrm.h,1.44,1.45 sword.bpr,1.111,1.112 sword.cpp,1.42,1.43
- Next message: [sword-cvs] sword/src/modules/filters thmlfootnotes.cpp,1.8,1.9 thmlmorph.cpp,1.9,1.10 thmlscripref.cpp,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]