[sword-svn] r3344 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Sat Mar 14 09:05:20 MST 2015
Author: refdoc
Date: 2015-03-14 09:05:20 -0700 (Sat, 14 Mar 2015)
New Revision: 3344
Modified:
trunk/src/modules/filters/osisxhtml.cpp
Log:
fixes gloss bug (API-179).
Modified: trunk/src/modules/filters/osisxhtml.cpp
===================================================================
--- trunk/src/modules/filters/osisxhtml.cpp 2015-03-14 15:35:50 UTC (rev 3343)
+++ trunk/src/modules/filters/osisxhtml.cpp 2015-03-14 16:05:20 UTC (rev 3344)
@@ -235,10 +235,8 @@
outText("<ruby><rb>", buf, u);
outText(lastText, buf, u);
- val = strchr(attrib, ':');
- val = (val) ? (val + 1) : attrib;
outText("</rb><rp>(</rp><rt>", buf, u);
- outText(val, buf, u);
+ outText(attrib, buf, u);
outText("</rt><rp>)</rp></ruby>", buf, u);
}
if (!morphFirst) {
More information about the sword-cvs
mailing list