]> git.mxchange.org Git - friendica.git/commitdiff
Empty lines removed
authorMichael Vogel <icarus@dabo.de>
Sun, 28 Jun 2020 06:23:53 +0000 (08:23 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 28 Jun 2020 06:23:53 +0000 (08:23 +0200)
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);