From a8c7c27718502f8f9eff6f74bb30646cea8020cf Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Tue, 7 Oct 2025 11:42:46 +0200 Subject: [PATCH] Update Exment.php --- src/Exment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exment.php b/src/Exment.php index ed5859c41..d9c308940 100644 --- a/src/Exment.php +++ b/src/Exment.php @@ -542,7 +542,7 @@ public function getSearchDocumentQuery(CustomTable $target_custom_table, ?string public static function getSelectOptionHtml(?string $font_awesome, ?string $text) { // decode escapeMarkup, so call esc_html twice. - return '  ' . esc_html(esc_html($text)) . ''; + return '  ' . esc_html($text) . ''; } /**