From c5d444e8df908cd5b2e3aa8fe994ee1be685c131 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 30 Nov 2021 22:20:43 +0100 Subject: Fix JS error: new-article missed (#3999) --- app/views/index/normal.phtml | 3 +++ app/views/index/reader.phtml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 4c2b25fbc..045020ab7 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -115,6 +115,9 @@ $today = @strtotime('today'); 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 e4dac65c4..f58839d8f 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -83,6 +83,9 @@ $content_width = FreshRSS_Context::$user_conf->content_width; ob_end_clean(); //Discard the articles headers, as we have no articles ?>
+
+ +

-- cgit v1.2.3