[sword-svn] r2747 - trunk/src/modules/filters
chrislit at crosswire.org
chrislit at crosswire.org
Thu Dec 13 22:00:30 MST 2012
Author: chrislit
Date: 2012-12-13 22:00:30 -0700 (Thu, 13 Dec 2012)
New Revision: 2747
Modified:
trunk/src/modules/filters/gbfhtml.cpp
Log:
removed use of <!P> from HTML filters
Modified: trunk/src/modules/filters/gbfhtml.cpp
===================================================================
--- trunk/src/modules/filters/gbfhtml.cpp 2012-11-16 19:33:21 UTC (rev 2746)
+++ trunk/src/modules/filters/gbfhtml.cpp 2012-12-14 05:00:30 UTC (rev 2747)
@@ -1,8 +1,8 @@
/***************************************************************************
* gbfhtml.cpp - GBF to HTML filter
* -------------------
- * begin : 2001-09-03
- * copyright : 2001 by CrossWire Bible Society
+ * begin : 2001-09-03
+ * copyright : 2001-2012 by CrossWire Bible Society
*
* Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -54,7 +54,7 @@
addTokenSubstitute("Pp", "</cite>");
addTokenSubstitute("Fn", "</font>"); // font end
addTokenSubstitute("CL", "<br />"); // new line
- addTokenSubstitute("CM", "<!P><br />"); // paragraph <!P> is a non showing comment that can be changed in the front end to <P> if desired
+ addTokenSubstitute("CM", "<br /><br />"); // two new-lines
addTokenSubstitute("CG", ""); // ???
addTokenSubstitute("CT", ""); // ???
addTokenSubstitute("JR", "<div align=\"right\">"); // right align begin
More information about the sword-cvs
mailing list