webmcp

changeset 244:10275e753a22

Added missing local declaration in ui.list{...} implementation
author jbe
date Sun Mar 01 20:55:01 2015 +0100 (2015-03-01)
parents d5cba50e16ae
children 24d69c4f23c1
files framework/env/ui/list.lua
line diff
     1.1 --- a/framework/env/ui/list.lua	Sun Mar 01 20:52:03 2015 +0100
     1.2 +++ b/framework/env/ui/list.lua	Sun Mar 01 20:55:01 2015 +0100
     1.3 @@ -48,7 +48,7 @@
     1.4      end
     1.5    end
     1.6    local slot_state = slot.get_state_table()
     1.7 -  local outer_tag, head_tag, head_tag2, label_tag, body_tag, row_tag
     1.8 +  local outer_tag, head_tag, head_tag2, label_tag, body_tag, row_tag, field_tag
     1.9    if list_type == "table" then
    1.10      outer_tag = "table"
    1.11      head_tag  = "thead"

Impressum / About Us