Html_dump: If {{#pagebanner}} and __TOC__ are on same page, do not have __TOC__ overwrite {{#pagebanner}}

v3.3.4
gnosygnu 8 years ago
parent 6d92c3cfbf
commit 578ede9b1c

@ -26,7 +26,7 @@ public class Xoh_page_bfr {
body_bfr.Clear();
}
public Bry_bfr Split_by_toc(byte toc_mode) {
if (this.toc_mode != Xoh_toc_data.Toc_mode__pgbnr)
if (this.toc_mode != Xoh_toc_data.Toc_mode__pgbnr)// NOTE: "none" and "pgbnr" can exist on same page (especially in en.v); must make sure that "none" does not overwrite "pgbnr" else wide images; PAGE:en.v:UNESCO_World_Heritage_List DATE:2016-11-03
this.toc_mode = toc_mode;
return body_bfr;
}

Loading…
Cancel
Save