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

scribe at crosswire.org scribe at crosswire.org
Mon Sep 26 00:08:09 MST 2005


Author: scribe
Date: 2005-09-26 00:08:09 -0700 (Mon, 26 Sep 2005)
New Revision: 1853

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


Modified: trunk/src/modules/filters/gbfwebif.cpp
===================================================================
--- trunk/src/modules/filters/gbfwebif.cpp	2005-09-26 06:41:17 UTC (rev 1852)
+++ trunk/src/modules/filters/gbfwebif.cpp	2005-09-26 07:08:09 UTC (rev 1853)
@@ -175,6 +175,10 @@
 
 			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)) {
+			buf.appendFormatted("<%s>", token);
+		}
 
 		else {
 			return GBFHTMLHREF::handleToken(buf, token, userData);



More information about the sword-cvs mailing list