mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.7.2.1'
This commit is contained in:
@@ -22,7 +22,7 @@ public class Poem_xtn_mgr extends Xox_mgr_base {
|
||||
@Override public Xox_mgr Xtn_clone_new() {return new Poem_xtn_mgr();}
|
||||
public Xop_parser Parser() {return parser;} private Xop_parser parser;
|
||||
@Override public void Xtn_init_by_wiki(Xowe_wiki wiki) {
|
||||
parser = Xop_parser.new_(wiki, wiki.Parser_mgr().Main().Tmpl_lxr_mgr(), wiki.Parser_mgr().Main().Wtxt_lxr_mgr());
|
||||
parser = Xop_parser.new_(wiki, Xop_lxr_mgr.new_tmpl_(), Xop_lxr_mgr.new_wiki_());
|
||||
parser.Init_by_wiki(wiki);
|
||||
parser.Init_by_lang(wiki.Lang());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user