From 4f2248fadb73503731f81826f589f782dbb986ac Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 30 Oct 2010 17:21:27 +0000 Subject: [PATCH] libs/web: add placeholder support to DynamicList widgets --- libs/web/luasrc/view/cbi/dynlist.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 %>