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

v1.11.3.1

This commit is contained in:
gnosygnu
2014-11-16 23:16:44 -05:00
parent da8180ea44
commit 1b0042ef8a
24 changed files with 149 additions and 56 deletions

View File

@@ -105,6 +105,10 @@ public class Xop_xnde_tkn extends Xop_tkn_itm_base implements Xop_tblw_tkn {
for (int i = 0; i < subs_len; i++) // always evaluate subs; handle <poem>{{{1}}}</poem>; DATE:2014-03-03
this.Subs_get(i).Tmpl_evaluate(ctx, src, caller, bfr);
bfr.Add_mid(src, tag_close_bgn, tag_close_end); // write tag_end
if (tag_close_bgn == Int_.MinValue) {// xtn is unclosed; add a </xtn> else rest of page will be gobbled; DATE:2014-11-13
bfr.Add(tag.XtnEndTag());
bfr.Add(Byte_ascii.Gt_bry);
}
}
break;
}