summaryrefslogtreecommitdiff
path: root/app/Html.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Html.php')
-rw-r--r--app/Html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Html.php b/app/Html.php
index a1f37ae007..c7d7c4eb1b 100644
--- a/app/Html.php
+++ b/app/Html.php
@@ -26,7 +26,7 @@ class Html {
*
* @return string
*/
- protected static function escape($string) {
+ public static function escape($string) {
return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8');
}