From 14b81136c79e357e5c143d2a3104b042ca588e0e Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 25 Sep 2023 19:24:46 +0300 Subject: [PATCH] Fix to fall to always escape `&` by default --- authentic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentic.pl b/authentic.pl index 15ef49083..f39369223 100644 --- a/authentic.pl +++ b/authentic.pl @@ -867,7 +867,7 @@ sub theme_ui_textarea return ""; + ($tags ? " $tags" : "") . ">" . &html_escape($value) . ""; } sub theme_ui_submit