From dfbd41b2dcc7923c096a85b697f65f09ebe88717 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 11 Jan 2009 15:45:34 +0000 Subject: [PATCH 1/1] libs/cbi: also set id attribute for hidden fields --- libs/cbi/luasrc/view/cbi/ucisection.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cbi/luasrc/view/cbi/ucisection.htm b/libs/cbi/luasrc/view/cbi/ucisection.htm index 54115f624..7e8467cfc 100644 --- a/libs/cbi/luasrc/view/cbi/ucisection.htm +++ b/libs/cbi/luasrc/view/cbi/ucisection.htm @@ -17,7 +17,7 @@ $Id$ if type(self.hidden) == "table" then for k, v in pairs(self.hidden) do -%> - + <%- end end -- 2.11.0