From ec11da4e84c9ef000f05d8ea542e2fb9549d19a1 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 11 Jun 2022 22:14:46 +0200 Subject: Safer htmlspecialchars_utf8 (#4411) * Safer htmlspecialchars_utf8 #fix https://github.com/FreshRSS/FreshRSS/issues/4410 * Undefined variable --- app/layout/header.phtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/layout') diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 94a83894e..21df02788 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -15,8 +15,9 @@ allow_anonymous) { ?>
- + -- cgit v1.2.3