[sword-svn] r3446 - trunk/utilities/diatheke
refdoc at crosswire.org
refdoc at crosswire.org
Tue Feb 28 10:54:34 MST 2017
Author: refdoc
Date: 2017-02-28 10:54:34 -0700 (Tue, 28 Feb 2017)
New Revision: 3446
Modified:
trunk/utilities/diatheke/corediatheke.cpp
Log:
extraneous quotation mark in xhtml output removed. Thanks Karl!
Modified: trunk/utilities/diatheke/corediatheke.cpp
===================================================================
--- trunk/utilities/diatheke/corediatheke.cpp 2017-02-20 07:43:48 UTC (rev 3445)
+++ trunk/utilities/diatheke/corediatheke.cpp 2017-02-28 17:54:34 UTC (rev 3446)
@@ -361,7 +361,7 @@
// OUTPUT RENDER ENTRY
if (outputformat == FMT_HTML || outputformat == FMT_HTMLHREF || outputformat == FMT_XHTML || outputformat == FMT_THML || outputformat == FMT_CGI) {
*output << ": <span ";
- *output << "style=\"font:\"" << font << ";\" ";
+ *output << "style=\"font:" << font << ";\" ";
if (strcmp(modlocale,locale) !=0 ) { *output << "lang=\"" << modlocale << "\"";}
*output << ">";
}
More information about the sword-cvs
mailing list