diff --git a/e107_handlers/application.php b/e107_handlers/application.php index 0b4fd8f88..b34c2c8af 100644 --- a/e107_handlers/application.php +++ b/e107_handlers/application.php @@ -4191,7 +4191,7 @@ class eHelper public static function formatMetaTitle($title) { $title = trim(str_replace(array('"', "'"), '', strip_tags(e107::getParser()->toHTML($title, TRUE)))); - return trim(preg_replace('/[\s,]+/', ',', str_replace('_', ' ', $title))); + return trim(preg_replace('/[\s,]+/', ' ', str_replace('_', ' ', $title))); } public static function secureSef($sef)