From 9f7a973ca041ff513d29acf0ad114294c9b85e3a Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 24 Nov 2021 09:08:19 +0100 Subject: improved HTML (#3989) --- app/views/index/normal.phtml | 8 +++++--- app/views/index/reader.phtml | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'app/views/index') diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 418c44111..4c2b25fbc 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -114,9 +114,11 @@ $today = @strtotime('today'); else: ob_end_clean(); //Discard the articles headers, as we have no articles ?> -
-

-

+
+
+

+

+
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index 69f000835..e4dac65c4 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -82,8 +82,10 @@ $content_width = FreshRSS_Context::$user_conf->content_width; else: ob_end_clean(); //Discard the articles headers, as we have no articles ?> -
-

-

+
+
+

+

+
-- cgit v1.2.3