diff --git a/include/constant.php b/include/constant.php
index be44cfb82..e81d73934 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -96,7 +96,7 @@ if (!defined('NOALYSS_CAPTCHA')) {
}
global $g_failed, $g_succeed;
-$g_failed = "✖";
+$g_failed = "x";
$g_succeed = "✓";
define('SMALLX', '#xe816;');
define('BUTTONADD', "✚");