[sword-svn] r3778 - trunk/src/mgr
scribe at crosswire.org
scribe at crosswire.org
Sat Aug 15 11:49:13 EDT 2020
Author: scribe
Date: 2020-08-15 11:49:13 -0400 (Sat, 15 Aug 2020)
New Revision: 3778
Modified:
trunk/src/mgr/markupfiltmgr.cpp
Log:
Added some support for TEI->WEBIF render path by supplying XHTML filter for now.
Modified: trunk/src/mgr/markupfiltmgr.cpp
===================================================================
--- trunk/src/mgr/markupfiltmgr.cpp 2020-08-15 11:53:33 UTC (rev 3777)
+++ trunk/src/mgr/markupfiltmgr.cpp 2020-08-15 15:49:13 UTC (rev 3778)
@@ -301,7 +301,7 @@
fromthml = new ThMLWEBIF();
fromgbf = new GBFWEBIF();
fromosis = new OSISWEBIF();
- fromtei = NULL;
+ fromtei = new TEIXHTML();
break;
case FMT_TEI:
More information about the sword-cvs
mailing list