mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
remove superfluous ()
This commit is contained in:
@@ -18,7 +18,7 @@ class Text {
|
||||
return EMPTY_STR;
|
||||
}
|
||||
|
||||
return (htmlspecialchars($string, ENT_COMPAT, 'UTF-8', false));
|
||||
return htmlspecialchars($string, ENT_COMPAT, 'UTF-8', false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user