mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Parser.Ref: Add commented fix for ref tag in template
This commit is contained in:
@@ -217,7 +217,7 @@ public class Xow_popup_parser {
|
||||
int subs_len = tmpl_root.Subs_len();
|
||||
for (int i = 0; i < subs_len; i++)
|
||||
tmpl_root.Subs_get(i).Tmpl_compile(tmpl_ctx, src, tmpl_props);
|
||||
return Xot_tmpl_wtr.Instance.Write_all(tmpl_ctx, tmpl_root, src);
|
||||
return Xot_tmpl_wtr.Write_all(tmpl_ctx, tmpl_root, src);
|
||||
}
|
||||
}
|
||||
class Xow_popup_parser_ {
|
||||
|
||||
Reference in New Issue
Block a user