diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 30324e053..220649747 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -225,7 +225,7 @@ class HtmlInput
}
static function warnbulle($p_comment)
{
- $r='Δ';
+ $r='⚠';
return $r;
}
static function errorbulle($p_comment)