diff --git a/includes/functions.php b/includes/functions.php index ab1b324e..87ce8cdd 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -262,7 +262,7 @@ function ConvertToSecurity($security) // And you shouldn't be using WEP these days anyway. return 'Open'; } else { - return implode('
', $options); + return implode(' / ', $options); } }