1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

HTTP Server: Fix broken read tab; fix preview not working [#264]

This commit is contained in:
gnosygnu
2018-11-25 22:05:05 -05:00
parent 38bdc95acf
commit 8abb2cd0ee
3 changed files with 4 additions and 3 deletions

View File

@@ -139,9 +139,9 @@ public class Xow_portal_mgr implements Gfo_invk {
}
// build url_fragment with action query argument; EX: "/wiki/Page_name?action="
byte[] url_frag_w_action_qarg = Bry_.Add(Xoh_href_.Bry__wiki, ttl.Page_db(), Byte_ascii.Question_bry, Xoa_url_.Qarg__action, Byte_ascii.Eq_bry);
byte[] url_frag_w_action_qarg = Bry_.Add(Xoh_href_.Bry__wiki, ttl.Full_db(), Byte_ascii.Question_bry, Xoa_url_.Qarg__action, Byte_ascii.Eq_bry);
div_view_fmtr.Bld_bfr_many(tmp_bfr, read_cls, edit_cls, html_cls, search_text
, ttl.Page_db()
, Bry_.Add(Xoh_href_.Bry__wiki, ttl.Full_db())
, Bry_.Add(url_frag_w_action_qarg, Xoa_url_.Qarg__action__edit)
, Bry_.Add(url_frag_w_action_qarg, Xoa_url_.Qarg__action__html));