]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/PageInfo.php
Merge pull request #8834 from MrPetovan/task/introduce-stable-branch
[friendica.git] / src / Content / PageInfo.php
index 73e2f62932148e168530732d410d4480941ceb14..642c579387468375e3b09f49cf1a057aa93b0402 100644 (file)
@@ -210,9 +210,7 @@ class PageInfo
                }
 
                $taglist = [];
-
                foreach ($data['keywords'] as $keyword) {
-
                        $hashtag = str_replace([' ', '+', '/', '.', '#', "'"],
                                ['', '', '', '', '', ''], $keyword);