From 6362cba41f5e53cb586394b109b4e75e852fcedd Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 23 May 2006 11:40:31 +0000 Subject: [PATCH] Fix delete on cancel button, tested and working, definitively closes #543 SVN-Revision: 3819 --- openwrt/package/webif/files/www/cgi-bin/webif/firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/webif/files/www/cgi-bin/webif/firewall.sh b/openwrt/package/webif/files/www/cgi-bin/webif/firewall.sh index e9228dcdb4..7ffef1578b 100755 --- a/openwrt/package/webif/files/www/cgi-bin/webif/firewall.sh +++ b/openwrt/package/webif/files/www/cgi-bin/webif/firewall.sh @@ -335,8 +335,8 @@ END { print "@TR<>: " print "
" print hidden("edit", n + 1); - print "" print sel_option("forward", "Forward") print sel_option("accept", "Accept") print sel_option("drop", "Drop") -- 2.30.2