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

Kartographer: Hide markup from mapframe / maplink tags

This commit is contained in:
gnosygnu
2016-10-20 21:29:59 -04:00
parent 3971182fff
commit 55ea1fa39a
9 changed files with 137 additions and 1 deletions

View File

@@ -353,6 +353,8 @@ public class Xoh_html_wtr {
case Xop_xnde_tag_.Tid__random_selection:
case Xop_xnde_tag_.Tid__tabber:
case Xop_xnde_tag_.Tid__tabview:
case Xop_xnde_tag_.Tid__mapframe:
case Xop_xnde_tag_.Tid__maplink:
Xox_xnde xtn = xnde.Xnde_xtn();
xtn.Xtn_write(bfr, app, ctx, this, hctx, page, xnde, src);
break;