diff --git a/includes/ajaxHandler.class.php b/includes/ajaxHandler.class.php index 9790c37d..a55c6e8a 100644 --- a/includes/ajaxHandler.class.php +++ b/includes/ajaxHandler.class.php @@ -113,7 +113,7 @@ class AjaxHandler protected static function checkFulltext(string $val) : string { // trim non-printable chars - return preg_replace('/[\p{Cf} \p{Co} \p{Cs} \p{Cn}]/ui', '', $val); + return preg_replace('/[\p{Cf}\p{Co}\p{Cs}\p{Cn}]/ui', '', $val); } } ?> diff --git a/template/pages/home.tpl.php b/template/pages/home.tpl.php index 30beec2c..5517798e 100644 --- a/template/pages/home.tpl.php +++ b/template/pages/home.tpl.php @@ -85,7 +85,7 @@ endif; |Github|