[sword-svn] r1854 - trunk/src/modules/filters

scribe at crosswire.org scribe at crosswire.org
Mon Sep 26 00:11:33 MST 2005


Author: scribe
Date: 2005-09-26 00:11:32 -0700 (Mon, 26 Sep 2005)
New Revision: 1854

Modified:
   trunk/src/modules/filters/gbfwebif.cpp
Log:


Modified: trunk/src/modules/filters/gbfwebif.cpp
===================================================================
--- trunk/src/modules/filters/gbfwebif.cpp	2005-09-26 07:08:09 UTC (rev 1853)
+++ trunk/src/modules/filters/gbfwebif.cpp	2005-09-26 07:11:32 UTC (rev 1854)
@@ -176,7 +176,8 @@
 			buf.appendFormatted("a href=\"%s?key=%s#cv\">", passageStudyURL.c_str(), URL::encode(url).c_str());
 		}
 		// ok to leave these in
-		else if (!strncmp(token, "span", 4)) {
+		else if ((!strncmp(token, "span", 4))
+				|| (!strncmp(token, "/span", 5))) {
 			buf.appendFormatted("<%s>", token);
 		}
 



More information about the sword-cvs mailing list