[sword-cvs] sword/src/modules/filters gbffootnotes.cpp,1.22,1.23

sword@www.crosswire.org sword@www.crosswire.org
Tue, 23 Dec 2003 19:31:24 -0700


Update of /cvs/core/sword/src/modules/filters
In directory www:/tmp/cvs-serv31066

Modified Files:
	gbffootnotes.cpp 
Log Message:
gbf footnotes

Index: gbffootnotes.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/filters/gbffootnotes.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gbffootnotes.cpp	22 Dec 2003 20:06:35 -0000	1.22
+++ gbffootnotes.cpp	24 Dec 2003 02:31:22 -0000	1.23
@@ -69,7 +69,7 @@
 			}
 			else if (!strcmp(tag.getName(), "Rf")) {
 				if (module->isProcessEntryAttributes()) {
-					if(tagText.length() == 1) {
+					if(tagText.length() == 1 || !strcmp(module->Name(), "IGNT")) {
 						if (option) { // for ASV marks text in verse then put explanation at end of verse
 							text += " <FA>(";
 							text.append(tagText);