Card attribute : arrow is not displaid on all browser

This commit is contained in:
Dany wm DB 2025-06-08 13:11:30 +02:00 committed by sparkyx
parent 8b454a3104
commit 6bc0660579
2 changed files with 5 additions and 2 deletions

View file

@ -349,7 +349,10 @@ define('EXC_FORBIDDEN', 1500);
define('EXC_BALANCE', 1501);
define("UNPINDG", "");
define("PINDG", "");
define("ARROWLEFT","⇦");
define("ARROWRIGHT","⇨");
define("ARROWDOWN","⇩");
define("ARROWUP","⇧");
// Url of NOALYSS (http://...)
//
if (!defined("NOALYSS_URL")) {