[sword-svn] r3387 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Thu Sep 3 07:47:01 MST 2015
Author: refdoc
Date: 2015-09-03 07:47:00 -0700 (Thu, 03 Sep 2015)
New Revision: 3387
Modified:
trunk/src/modules/filters/osisxhtml.cpp
Log:
added abbr support (tag is equivalent osis and xhtml)
Modified: trunk/src/modules/filters/osisxhtml.cpp
===================================================================
--- trunk/src/modules/filters/osisxhtml.cpp 2015-09-03 11:54:51 UTC (rev 3386)
+++ trunk/src/modules/filters/osisxhtml.cpp 2015-09-03 14:47:00 UTC (rev 3387)
@@ -761,6 +761,9 @@
else if (!strcmp(tag.getName(), "span")) {
buf += tag;
}
+ else if (!strcmp(tag.getName(), "abbr")) {
+ buf += tag;
+ }
else if (!strcmp(tag.getName(), "br")) {
buf += tag;
}
More information about the sword-cvs
mailing list