aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Text.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Lib/Text.php')
-rw-r--r--Zotlabs/Lib/Text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Text.php b/Zotlabs/Lib/Text.php
index a4dea90b9..f593f9dd6 100644
--- a/Zotlabs/Lib/Text.php
+++ b/Zotlabs/Lib/Text.php
@@ -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);
}
}