[sword-svn] r3449 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Tue Feb 28 15:23:43 MST 2017
Author: refdoc
Date: 2017-02-28 15:23:43 -0700 (Tue, 28 Feb 2017)
New Revision: 3449
Modified:
trunk/src/modules/filters/osisplain.cpp
Log:
improved token handling
Modified: trunk/src/modules/filters/osisplain.cpp
===================================================================
--- trunk/src/modules/filters/osisplain.cpp 2017-02-28 21:20:09 UTC (rev 3448)
+++ trunk/src/modules/filters/osisplain.cpp 2017-02-28 22:23:43 UTC (rev 3449)
@@ -259,6 +259,9 @@
userData->supressAdjacentWhitespace = true;
buf.append('\n');
}
+ if (u->tag.getAttribute("marker")) {
+ buf.append(u->tag.getAttribute("marker"));
+ }
}
else {
More information about the sword-cvs
mailing list