mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.7.3.1'
This commit is contained in:
@@ -54,7 +54,7 @@ public class Xoh_js_cbk implements Gfo_invk {
|
||||
ctx.Para().Enabled_(para_enabled);
|
||||
wiki.Parser_mgr().Main().Parse_text_to_wdom(root, ctx, ctx.Tkn_mkr(), raw, 0);
|
||||
byte[] data = root.Data_mid();
|
||||
wiki.Html_mgr().Html_wtr().Write_all(bfr, ctx, data, root);
|
||||
wiki.Html_mgr().Html_wtr().Write_doc(bfr, ctx, data, root);
|
||||
return bfr.To_str_and_clear();
|
||||
}
|
||||
finally {
|
||||
|
||||
@@ -30,7 +30,7 @@ class Xoh_js_cleaner_fxt {
|
||||
if (mgr == null) {
|
||||
app = Xoa_app_fxt.Make__app__edit();
|
||||
wiki = Xoa_app_fxt.Make__wiki__edit(app);
|
||||
mgr = app.Html_mgr().Js_cleaner();
|
||||
mgr = wiki.Html_mgr().Js_cleaner();
|
||||
}
|
||||
} private Xoae_app app; Xowe_wiki wiki; Xoh_js_cleaner mgr;
|
||||
public void Test_clean(String raw_str, String expd) {
|
||||
|
||||
Reference in New Issue
Block a user