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

Scribunto: Make table accessible from datawrapper in mw.lua [#586]

This commit is contained in:
gnosygnu
2019-09-29 23:21:08 -04:00
parent bb86b026fe
commit 1bffdadbaf
3 changed files with 15 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class Xoh_make_fxt {
}
public void Expd__redlinks(String... ary) {
int len = ary.length;
for (int i = 0; i < len; i++) {
for (int i = 0; i < len; i++) {
Xopg_lnki_itm__hdump itm = new Xopg_lnki_itm__hdump(wiki.Ttl_parse(Bry_.new_u8(ary[i])));
expd_redlinks.Add(itm);
}