diff --git a/src/Content/PageInfo.php b/src/Content/PageInfo.php index 73e2f62932..642c579387 100644 --- a/src/Content/PageInfo.php +++ b/src/Content/PageInfo.php @@ -210,9 +210,7 @@ class PageInfo } $taglist = []; - foreach ($data['keywords'] as $keyword) { - $hashtag = str_replace([' ', '+', '/', '.', '#', "'"], ['', '', '', '', '', ''], $keyword);