From 713eda1dfe07dbb60c3f54e08f55e480e85a000f Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Sun, 28 Jun 2020 08:23:53 +0200
Subject: [PATCH] Empty lines removed

---
 src/Content/PageInfo.php | 2 --
 1 file changed, 2 deletions(-)

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);