mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Replace HTML linebreaks in ConvertToSecurity()
This commit is contained in:
parent
ea578fcd5f
commit
b29bbf4f11
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ function ConvertToSecurity($security)
|
|||
// And you shouldn't be using WEP these days anyway.
|
||||
return 'Open';
|
||||
} else {
|
||||
return implode('<br />', $options);
|
||||
return implode(' / ', $options);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue