[sword-svn] r1684 - trunk/src/modules/filters
jansorg at crosswire.org
jansorg at crosswire.org
Fri Dec 17 11:53:59 MST 2004
Author: jansorg
Date: 2004-12-17 11:53:59 -0700 (Fri, 17 Dec 2004)
New Revision: 1684
Modified:
trunk/src/modules/filters/osishtmlhref.cpp
Log:
Fix for the OSISHTMLHREF filter to have the token replacement working.
--Diese und die f lgenden Zeilen werden ignoriert--
M osishtmlhref.cpp
Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp 2004-12-15 11:08:31 UTC (rev 1683)
+++ trunk/src/modules/filters/osishtmlhref.cpp 2004-12-17 18:53:59 UTC (rev 1684)
@@ -46,10 +46,10 @@
addEscapeStringSubstitute("gt", ">");
addEscapeStringSubstitute("quot", "\"");
+ setTokenCaseSensitive(true);
+
addTokenSubstitute("lg", "<p>"); // line group, seems more logical and beautiful to use <p> for it
addTokenSubstitute("/lg","</p>");
-
- setTokenCaseSensitive(true);
}
More information about the sword-cvs
mailing list