[sword-svn] r2376 - trunk/src/modules/filters
chrislit at crosswire.org
chrislit at crosswire.org
Mon May 4 00:57:10 MST 2009
Author: chrislit
Date: 2009-05-04 00:57:10 -0700 (Mon, 04 May 2009)
New Revision: 2376
Modified:
trunk/src/modules/filters/osishtmlhref.cpp
Log:
enclosed HTML attribute in quotes
Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp 2009-05-04 07:39:10 UTC (rev 2375)
+++ trunk/src/modules/filters/osishtmlhref.cpp 2009-05-04 07:57:10 UTC (rev 2376)
@@ -602,7 +602,7 @@
outText(URL::encode(u->version.c_str()).c_str(), buf, u);
outText("\">", buf, u);
- outText("<img border=0 src=\"", buf, u);
+ outText("<img border=\"0\" src=\"", buf, u);
outText(filepath, buf, u);
outText("\" />", buf, u);
More information about the sword-cvs
mailing list