[sword-cvs] sword/src/modules/filters osishtmlhref.cpp,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 28 Jun 2003 12:04:23 -0700
Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv11038
Modified Files:
osishtmlhref.cpp
Log Message:
Index: osishtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osishtmlhref.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** osishtmlhref.cpp 27 Jun 2003 17:46:07 -0000 1.8
--- osishtmlhref.cpp 28 Jun 2003 19:04:21 -0000 1.9
***************
*** 78,82 ****
if ((strchr("GH", *val)) && (isdigit(val[1])))
val2++;
! if ((!strcmp(val, "3588")) && (lastText.length() < 1))
show = false;
else buf.appendFormatted(" <small><em><<a href=\"type=Strongs value=%s\">%s</a>></em></small> ", val, val2);
--- 78,82 ----
if ((strchr("GH", *val)) && (isdigit(val[1])))
val2++;
! if ((!strcmp(val2, "3588")) && (lastText.length() < 1))
show = false;
else buf.appendFormatted(" <small><em><<a href=\"type=Strongs value=%s\">%s</a>></em></small> ", val, val2);