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

sword@www.crosswire.org sword@www.crosswire.org
Mon, 3 Mar 2003 21:19:48 -0700


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

Modified Files:
	gbfhtmlhref.cpp 
Log Message:
changed < to ( for gbs strongs tense

Index: gbfhtmlhref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbfhtmlhref.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** gbfhtmlhref.cpp	21 Feb 2003 06:31:29 -0000	1.15
--- gbfhtmlhref.cpp	4 Mar 2003 04:19:46 -0000	1.16
***************
*** 29,34 ****
  	addTokenSubstitute("Rf", ")</small></font>");
  	addTokenSubstitute("Rx", "</a>");
! 	addTokenSubstitute("FI", "<i>"); // italics begin
! 	addTokenSubstitute("Fi", "</i>");
  	addTokenSubstitute("FB", "<n>"); // bold begin
  	addTokenSubstitute("Fb", "</n>");
--- 29,34 ----
  	addTokenSubstitute("Rf", ")</small></font>");
  	addTokenSubstitute("Rx", "</a>");
! 	addTokenSubstitute("FI", "<i> "); // italics begin
! 	addTokenSubstitute("Fi", " </i>");
  	addTokenSubstitute("FB", "<n>"); // bold begin
  	addTokenSubstitute("Fb", "</n>");
***************
*** 134,138 ****
  
  		else if (!strncmp(token, "WTG", 3) || !strncmp(token, "WTH", 3)) { // strong's numbers tense
! 			buf += " <small><em>&lt;<a href=\"type=Strongs value=";
  			for (tok = token + 2; *tok; tok++)
  				if(*tok != '\"')
--- 134,138 ----
  
  		else if (!strncmp(token, "WTG", 3) || !strncmp(token, "WTH", 3)) { // strong's numbers tense
! 			buf += " <small><em>(<a href=\"type=Strongs value=";
  			for (tok = token + 2; *tok; tok++)
  				if(*tok != '\"')
***************
*** 171,175 ****
  
  		else if (!strncmp(token, "RB", 2)) {
! 			buf += "<i>";
  			userData["hasFootnotePreTag"] = "true";
  		}
--- 171,175 ----
  
  		else if (!strncmp(token, "RB", 2)) {
! 			buf += "<i> ";
  			userData["hasFootnotePreTag"] = "true";
  		}