[sword-svn] r3693 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Sun Feb 2 14:01:20 MST 2020
Author: refdoc
Date: 2020-02-02 14:01:20 -0700 (Sun, 02 Feb 2020)
New Revision: 3693
Modified:
trunk/src/modules/filters/teixhtml.cpp
Log:
corrected coding of unrecognised list types
Modified: trunk/src/modules/filters/teixhtml.cpp
===================================================================
--- trunk/src/modules/filters/teixhtml.cpp 2020-02-02 20:59:36 UTC (rev 3692)
+++ trunk/src/modules/filters/teixhtml.cpp 2020-02-02 21:01:20 UTC (rev 3693)
@@ -364,7 +364,7 @@
buf += "<ul>\n";
}
else {
- buf += "<span type=\"list\" x-rend=\"";
+ buf += "<span class=\"list ";
buf += rend.c_str();
buf += "\">";
}
More information about the sword-cvs
mailing list