From: Jo-Philipp Wich Date: Sat, 30 Oct 2010 17:21:27 +0000 (+0000) Subject: libs/web: add placeholder support to DynamicList widgets X-Git-Tag: 0.10.0~548 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4f2248fadb73503731f81826f589f782dbb986ac libs/web: add placeholder support to DynamicList widgets --- diff --git a/libs/web/luasrc/view/cbi/dynlist.htm b/libs/web/luasrc/view/cbi/dynlist.htm index 9ca753473..387299dec 100644 --- a/libs/web/luasrc/view/cbi/dynlist.htm +++ b/libs/web/luasrc/view/cbi/dynlist.htm @@ -19,7 +19,10 @@ $Id$ for i=1, #vals + 1 do local val = vals[i] %> - />
+ />
<% end %>