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) . '';
}
/**