Empty lines removed

This commit is contained in:
Michael Vogel 2020-06-28 08:23:53 +02:00
parent 2756c3249b
commit 713eda1dfe
1 changed files with 0 additions and 2 deletions

View File

@ -210,9 +210,7 @@ class PageInfo
}
$taglist = [];
foreach ($data['keywords'] as $keyword) {
$hashtag = str_replace([' ', '+', '/', '.', '#', "'"],
['', '', '', '', '', ''], $keyword);