From 9199b2ca02510d796be62d9b1fea46aff6dbe05d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Nov 2009 02:31:19 +0000 Subject: [PATCH] libs/cbi: fix bug in form prefill of zone picker widgets --- libs/cbi/luasrc/view/cbi/firewall_zonelist.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cbi/luasrc/view/cbi/firewall_zonelist.htm b/libs/cbi/luasrc/view/cbi/firewall_zonelist.htm index 052378664..dcc14fb2d 100644 --- a/libs/cbi/luasrc/view/cbi/firewall_zonelist.htm +++ b/libs/cbi/luasrc/view/cbi/firewall_zonelist.htm @@ -81,7 +81,7 @@ $Id$ />  
><%:unspecified -or- create:%>  - onfocus="document.getElementById('<%=cbid%>_new').checked=true" /> + onfocus="document.getElementById('<%=cbid%>_new').checked=true" />
<% end %> -- 2.11.0