1
0
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:
gnosygnu
2016-07-17 21:10:59 -04:00
parent b333db45f8
commit 7a851a41a5
290 changed files with 3048 additions and 2124 deletions

View File

@@ -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 {

View File

@@ -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) {