From 8211f7abf9a5cad7dd8627701040b4d560b288c0 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 16 Sep 2023 16:59:58 +0300 Subject: [PATCH] Fix to correctly escape HTML in editor mode https://github.com/webmin/webmin/commit/f0f8dc2850c45f8d5dc4e100e7802bba45436fb5 --- authentic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentic.pl b/authentic.pl index f39369223..15ef49083 100644 --- a/authentic.pl +++ b/authentic.pl @@ -867,7 +867,7 @@ sub theme_ui_textarea return ""; + ($tags ? " $tags" : "") . ">" . &html_escape($value, 1) . ""; } sub theme_ui_submit