mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Replace HTML linebreaks in ConvertToSecurity()
This commit is contained in:
parent
ea578fcd5f
commit
b29bbf4f11
@ -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…
x
Reference in New Issue
Block a user