From: Florian Fainelli Date: Tue, 23 May 2006 11:40:31 +0000 (+0000) Subject: Fix delete on cancel button, tested and working, definitively closes #543 X-Git-Tag: whiterussian_rc6~230 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6362cba41f5e53cb586394b109b4e75e852fcedd;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix delete on cancel button, tested and working, definitively closes #543 SVN-Revision: 3819 --- 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")