Add missing space for separating the text for this option from the last one.

This commit is contained in:
Erik Fonnesbeck 2010-08-27 15:03:24 -06:00
parent 43131698d5
commit 89b2f77472

View File

@ -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";