[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 08/08: Cosmetic g_failed
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 08/08: Cosmetic g_failed |
Date: |
Thu, 19 Sep 2024 02:45:49 -0400 (EDT) |
sparkyx pushed a commit to branch stable
in repository noalyss.
commit c0b99b02465d21153bb0ce18bf85b29b782e6991
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Wed Sep 18 22:52:31 2024 +0200
Cosmetic g_failed
---
include/constant.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 = "<span style=\"font-size:18px;color:red\">✖</span>";
+$g_failed = "<span style=\"font-size:18px;color:red\">x</span>";
$g_succeed = "<span style=\"font-size:18px;color:green\">✓</span>";
define('SMALLX', '#xe816;');
define('BUTTONADD', "✚");
- [Noalyss-commit] [noalyss] branch stable updated (6e984878f -> c0b99b024), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 03/08: Cosmetic : menu and module , animate, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 01/08: add detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 02/08: css : Cosmetic add CSS h-section, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 06/08: color, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 04/08: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 05/08: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 07/08: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 08/08: Cosmetic g_failed,
dwm <=