From d9a82e6b9e92276122c75843183d3e42f3e17559 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 17 Oct 2024 09:00:08 +0200 Subject: Use HTML5 hidden (#6910) https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute Remove remains of `aria-hidden` mostly not used anymore in our logic. fix https://github.com/FreshRSS/FreshRSS/issues/6909 --- app/views/index/normal.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/index/normal.phtml') diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 816089eb2..e2c3c9c56 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -38,7 +38,7 @@ $today = @strtotime('today');

-
+
-
+
-- cgit v1.2.3