diff --git a/index.php b/index.php index 9675a11..d34d9ea 100755 --- a/index.php +++ b/index.php @@ -105,7 +105,6 @@
getMagazineTag() ?> - getSEOBody() ?>
diff --git a/styla.php b/styla.php index 7212eff..4c258a9 100644 --- a/styla.php +++ b/styla.php @@ -74,7 +74,9 @@ public function getLPMetaTags() { public function getMagazineTag() { return join([ - "
" + "
", + $this->getSEOBody(), + "
" ]); }