1
0
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:
gnosygnu
2016-07-10 23:35:32 -04:00
parent f5f48bb9b1
commit b333db45f8
366 changed files with 4468 additions and 3460 deletions

View File

@@ -28,7 +28,7 @@ public class Xop_statistics_page implements Xow_special_page {
Xowe_wiki wiki = (Xowe_wiki)wikii; Xoae_page page = (Xoae_page)pagei;
byte[] html = Build_html(wiki);
page.Html_data().Html_restricted_n_(); // [[Special:]] pages allow all HTML
page.Data_raw_(html);
page.Db().Text().Text_bry_(html);
}
public byte[] Build_html(Xowe_wiki wiki) {
Bry_bfr tmp_bfr = wiki.Utl__bfr_mkr().Get_m001();