From 2ac38fc2ead307337b483884fbe0da2740654e28 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 13 Jul 2017 18:44:52 +0200 Subject: [PATCH] Infobulle : warning : esthetic --- include/lib/html_input.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)