From 266b217161f9a2db5601ab322370966ff95f667b Mon Sep 17 00:00:00 2001 From: azett Date: Sun, 2 Oct 2022 12:49:24 +0200 Subject: [PATCH] Fixes #156 - thx @Fraenkiman --- CHANGELOG.md | 2 +- setup/index.php | 7 +++---- setup/tpls/header.tpl.php | 7 ++++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8851372..c7ef1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Fixed searchbox glitch in FlatMaas revisited style ([#97](https://github.com/flatpressblog/flatpress/issues/97)) - Fixed missing bullets in preview ([#98](https://github.com/flatpressblog/flatpress/issues/98)) - CSS of the Leggero style had some glitches on mobile devices - - Invalid HTML output fixed ([#106](https://github.com/flatpressblog/flatpress/issues/106)) + - Invalid HTML output fixed ([#106](https://github.com/flatpressblog/flatpress/issues/106), [#156](https://github.com/flatpressblog/flatpress/issues/156)) - Removed unneccessary external font resource ([#112](https://github.com/flatpressblog/flatpress/issues/112)) - "Add comment" link has its own line ([#135](https://github.com/flatpressblog/flatpress/issues/135)) - Removed legacy/invalid CSS ([#133](https://github.com/flatpressblog/flatpress/issues/133), [#134](https://github.com/flatpressblog/flatpress/issues/134)) diff --git a/setup/index.php b/setup/index.php index db0b4f9..eeee52f 100755 --- a/setup/index.php +++ b/setup/index.php @@ -1,10 +1,9 @@ - + FlatPress diff --git a/setup/tpls/header.tpl.php b/setup/tpls/header.tpl.php index 043ac90..1a60bef 100644 --- a/setup/tpls/header.tpl.php +++ b/setup/tpls/header.tpl.php @@ -1,5 +1,4 @@ - + Flatpress installer @@ -11,4 +10,6 @@
-
\ No newline at end of file + \ No newline at end of file