diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index f005b6de6..c71c8f39d 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -273,7 +273,8 @@ class HtmlInput
}
static function warnbulle($p_comment)
{
- $r='⚠';
+ $r='
';
+
return $r;
}
static function errorbulle($p_comment)
@@ -830,7 +831,7 @@ class HtmlInput
{
if ($mod=='close') {$r=HtmlInput::anchor_close($div,$p_js); }else
if ($mod=='hide') {$r=HtmlInput::anchor_hide("⨉","$('$div').hide();$p_js");} else
- if ($mod=='zoom') {$r=''.HtmlInput::anchor("⬜","",$p_js,' name="small'.$div.'" id="close_div" class="input_text" ').''; } else
+ if ($mod=='zoom') {$r=''.'
'.''; } else
if ( $mod == 'custom') {$r=''.$p_js."";} else
if ( $mod == 'none') {$r="" ; }
else