# HG changeset patch # User jbe # Date 1425239701 -3600 # Node ID 10275e753a22bd81a870731293b4eea3f56c29a7 # Parent d5cba50e16ae97b4ccd675bd52e021afb6344e9e Added missing local declaration in ui.list{...} implementation diff -r d5cba50e16ae -r 10275e753a22 framework/env/ui/list.lua --- a/framework/env/ui/list.lua Sun Mar 01 20:52:03 2015 +0100 +++ b/framework/env/ui/list.lua Sun Mar 01 20:55:01 2015 +0100 @@ -48,7 +48,7 @@ end end local slot_state = slot.get_state_table() - local outer_tag, head_tag, head_tag2, label_tag, body_tag, row_tag + local outer_tag, head_tag, head_tag2, label_tag, body_tag, row_tag, field_tag if list_type == "table" then outer_tag = "table" head_tag = "thead"