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/layout/aside_feed.phtml | 11 +++++------ app/layout/nav_menu.phtml | 2 +- app/views/helpers/category/update.phtml | 2 +- app/views/helpers/feed/update.phtml | 16 ++++++++-------- app/views/helpers/index/normal/entry_bottom.phtml | 8 ++++---- app/views/helpers/index/normal/entry_header.phtml | 8 ++++---- app/views/stats/repartition.phtml | 21 +++++++++------------ app/views/subscription/index.phtml | 2 +- app/views/user/details.phtml | 2 +- 9 files changed, 34 insertions(+), 38 deletions(-) diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 33c415c6f..c9980f172 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -92,13 +92,12 @@ $c_show = ($c_active && in_array(FreshRSS_Context::userConf()->display_categories, ['active', 'remember'], true)) || FreshRSS_Context::userConf()->display_categories === 'all'; ?> -
  • data-unread="nbNotRead() ?>"> +
  • data-unread="nbNotRead() ?>"> - name() - ?>kind() == FreshRSS_Category::KIND_DYNAMIC_OPML) { echo _i('opml-dyn'); } ?> + name() ?>kind() === FreshRSS_Category::KIND_DYNAMIC_OPML ? _i('opml-dyn') : '' + ?>