From 89b2f77472e96d46ccdf1deeca2eeac10a4fdabc Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Fri, 27 Aug 2010 15:03:24 -0600 Subject: [PATCH] Add missing space for separating the text for this option from the last one. --- usr/local/www/firewall_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index eed381208d..3c2ccd663b 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -86,7 +86,7 @@ function check_for_advanced_options(&$item) { if(isset($item['allowopts'])) $item_set .= "allowopts "; if(isset($item['disablereplyto'])) - $item_set .= "disable reply-to"; + $item_set .= "disable reply-to "; if($item['tcpflags_any'] || $item['tcpflags1'] || $item['tcpflags2']) $item_set .= "tcpflags set";