[sword-svn] r2458 - trunk/src/modules/filters
charcoal at crosswire.org
charcoal at crosswire.org
Mon Oct 12 08:36:16 MST 2009
Author: charcoal
Date: 2009-10-12 08:36:16 -0700 (Mon, 12 Oct 2009)
New Revision: 2458
Modified:
trunk/src/modules/filters/osishtmlhref.cpp
Log:
adjust osis <img> output qualifiers to match thml
Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp 2009-10-03 01:45:45 UTC (rev 2457)
+++ trunk/src/modules/filters/osishtmlhref.cpp 2009-10-12 15:36:16 UTC (rev 2458)
@@ -602,9 +602,9 @@
outText(URL::encode(u->version.c_str()).c_str(), buf, u);
outText("\">", buf, u);
- outText("<img border=\"0\" src=\"", buf, u);
+ outText("<img src=\"file:", buf, u);
outText(filepath, buf, u);
- outText("\" />", buf, u);
+ outText("\" border=\"0\" />", buf, u);
outText("</a>", buf, u);
}
More information about the sword-cvs
mailing list