Update TemplateHelper.php

This commit is contained in:
undercloud
2016-11-09 21:29:08 +04:00
committed by GitHub
parent 16471c3aca
commit f16e672e7b
+2
View File
@@ -60,6 +60,8 @@ class TemplateHelper
$flags |= ENT_IGNORE;
}
$raw = str_replace(chr(9), ' ', $raw);
return htmlspecialchars($raw, $flags, "UTF-8");
}