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

sword@www.crosswire.org sword@www.crosswire.org
Sun, 26 Jan 2003 00:49:12 -0700


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

Modified Files:
	gbfthml.cpp 
Log Message:
removed unnecessary place attrib on footnotes (most folks probably don't really mean to specify footnote in GBF)

Index: gbfthml.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbfthml.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** gbfthml.cpp	1 Oct 2002 19:52:40 -0000	1.15
--- gbfthml.cpp	26 Jan 2003 07:49:10 -0000	1.16
***************
*** 168,184 ****
  			      *to++ = 't';
  			      *to++ = 'e';
- 			      *to++ = ' ';
- 			      *to++ = 'p';
- 			      *to++ = 'l';
- 			      *to++ = 'a';
- 			      *to++ = 'c';
- 			      *to++ = 'e';
- 			      *to++ = '=';
- 			      *to++ = '"';
- 			      *to++ = 'f';
- 			      *to++ = 'o';
- 			      *to++ = 'o';
- 			      *to++ = 't';
- 			      *to++ = '"';
  			      *to++ = '>';
  			      continue;
--- 168,171 ----