From e8f5ff198692633dc8cb18979adb6a50d2825f79 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Fri, 17 Jan 2025 15:37:33 +0000 Subject: [PATCH] Revert the addition of htmlspecialchars Signed-off-by: Kamil Tekiela --- src/Plugins.php | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/Plugins.php b/src/Plugins.php index 3fd842df8a..313bd0747c 100644 --- a/src/Plugins.php +++ b/src/Plugins.php @@ -286,8 +286,7 @@ class Plugins } if ($text != null) { - $ret .= '
' - . htmlspecialchars($plugin->getTranslatedText($text)) . '
'; + $ret .= '
' . $plugin->getTranslatedText($text) . '
'; } $ret .= '