diff --git a/core/class/template.class.php b/core/class/template.class.php index 5202dbd8..aaaae620 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -467,12 +467,11 @@ class template 'attr' => '', 'help' => '', 'id' => '', - 'alt' => '', ], $attributes); // Traduction de l'aide $attributes['help'] = helper::translate($attributes['help']); // Contenu de l'icĂ´ne - $item = $attributes['href'] ? '' : ''; + $item = $attributes['href'] ? '' : ''; $item .= ''; $item .= ($attributes['href']) ? '' : ''; return $item;