From 8bd9bd95d8cc0fd5fe24386db7182329612579da Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 11 Sep 2025 21:19:31 +0200 Subject: Minor update syntax echo (#7941) * Minor update syntax echo Follow-up of https://github.com/FreshRSS/FreshRSS/pull/7939 * Fix layout Whitespace optimisation needed to avoid style glitch --- app/views/helpers/category/update.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/helpers/category/update.phtml') diff --git a/app/views/helpers/category/update.phtml b/app/views/helpers/category/update.phtml index 069e5bcf9..5e5fb4f10 100644 --- a/app/views/helpers/category/update.phtml +++ b/app/views/helpers/category/update.phtml @@ -8,7 +8,7 @@

category->name() ?> - category->kind() == FreshRSS_Category::KIND_DYNAMIC_OPML) { echo _i('opml-dyn'); } ?> + category->kind() === FreshRSS_Category::KIND_DYNAMIC_OPML ? _i('opml-dyn') : '' ?>

-- cgit v1.2.3