From: Jo-Philipp Wich Date: Thu, 13 Jan 2011 20:54:57 +0000 (+0000) Subject: libs/web: properly handle .default property for ListValue fields with integer keys X-Git-Tag: 0.11.0~2389 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4bbd85fe42686085af8d08f086b071e40fb26bf9;p=project%2Fluci.git libs/web: properly handle .default property for ListValue fields with integer keys --- diff --git a/libs/web/luasrc/view/cbi/lvalue.htm b/libs/web/luasrc/view/cbi/lvalue.htm index 8c7581a2c..dba869f2e 100644 --- a/libs/web/luasrc/view/cbi/lvalue.htm +++ b/libs/web/luasrc/view/cbi/lvalue.htm @@ -16,7 +16,7 @@ $Id$ <% if self.widget == "select" then %> <% elseif self.widget == "radio" then