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

Parser.Xml: Do not print <meta> and <link> tags

This commit is contained in:
gnosygnu
2017-05-28 09:13:49 -04:00
parent 633fb2979f
commit c4a2bbcd95
4 changed files with 14 additions and 3 deletions

View File

@@ -357,6 +357,10 @@ public class Xoh_html_wtr {
Xox_xnde xtn = xnde.Xnde_xtn();
xtn.Xtn_write(bfr, app, ctx, this, hctx, page, xnde, src);
break;
// do not write <meta/> <link/>; PAGE:fr.s:La_Dispute DATE:2017-05-28
case Xop_xnde_tag_.Tid__meta:
case Xop_xnde_tag_.Tid__link:
break;
case Xop_xnde_tag_.Tid__xowa_tag_bgn:
case Xop_xnde_tag_.Tid__xowa_tag_end:
break;