From d81dbc44b80c061bcea7efeb778be45082e1dcc6 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 1 Apr 2025 09:39:16 +0200 Subject: Fix escaping of tag search (#7468) * Fix escaping of tag search fix https://github.com/FreshRSS/FreshRSS/issues/7466 * Minor clarity --- app/views/helpers/index/normal/entry_bottom.phtml | 3 ++- app/views/helpers/index/tags.phtml | 14 +++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'app/views') diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index f3c363275..380d00318 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -56,7 +56,8 @@
  • diff --git a/app/views/helpers/index/tags.phtml b/app/views/helpers/index/tags.phtml index 2c5804372..ffb2d6f72 100644 --- a/app/views/helpers/index/tags.phtml +++ b/app/views/helpers/index/tags.phtml @@ -11,11 +11,13 @@ -- cgit v1.2.3