mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
System / Access / Tester : convert line end to <br/> characters, it's not very obvious that an attribute like memberof uses "\n" between entries.
This commit is contained in:
parent
84b086ec96
commit
d49e44ac01
@ -68,6 +68,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
if (is_array($attr_value)) {
|
||||
$attr_value = implode(",", $attr_value);
|
||||
}
|
||||
$attr_value = str_replace("\n", "<br/>", $attr_value);
|
||||
$savemsg .= "{$attr_name} => {$attr_value}<br/>";
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user