[sword-svn] r3443 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Sat Oct 29 00:07:01 MST 2016
Author: refdoc
Date: 2016-10-29 00:07:01 -0700 (Sat, 29 Oct 2016)
New Revision: 3443
Modified:
trunk/src/modules/filters/teihtmlhref.cpp
trunk/src/modules/filters/teixhtml.cpp
Log:
This fixes API157. Thanks Daniel for reporting it and for making the
suggestion how to fix it.
Modified: trunk/src/modules/filters/teihtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/teihtmlhref.cpp 2016-10-28 14:42:25 UTC (rev 3442)
+++ trunk/src/modules/filters/teihtmlhref.cpp 2016-10-29 07:07:01 UTC (rev 3443)
@@ -132,7 +132,7 @@
if (n != "") {
buf += "<br /><b>";
buf += n;
- buf += "</b>";
+ buf += "</b> ";
}
}
}
Modified: trunk/src/modules/filters/teixhtml.cpp
===================================================================
--- trunk/src/modules/filters/teixhtml.cpp 2016-10-28 14:42:25 UTC (rev 3442)
+++ trunk/src/modules/filters/teixhtml.cpp 2016-10-29 07:07:01 UTC (rev 3443)
@@ -170,7 +170,7 @@
buf += "\">";
}
else if (tag.isEndTag()) {
- buf += "</span>";
+ buf += "</span> ";
}
}
More information about the sword-cvs
mailing list