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

If multiple caption arguments, take last, not all of them

This commit is contained in:
gnosygnu
2016-10-17 18:18:48 -04:00
parent 7fc776aee9
commit 62ff87350b
5 changed files with 27 additions and 7 deletions

View File

@@ -36,7 +36,6 @@ public abstract class Xoscript_doc_sect_base {
public void add_html(String pos_str, byte[] html) {
doc.html_by_marker(get_marker_by_pos(Bry_.new_u8(pos_str)), html);
}
// public void add_tag_by_objs(String pos_str, String tag_str, String body, params String[] head_atrs) {
public void add_tag(String pos_str, String tag_str, String body, Object... head_atrs) {
// build tag.bgn; EX: '<tag k1="v1">'
tmp_bfr.Add_byte(Byte_ascii.Angle_bgn);