From 100d3dd3e308d3ec302fe431d15e750588ac47c8 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 5 Mar 2023 16:52:17 +0100 Subject: [PATCH] =?UTF-8?q?alt=20nom=20de=20l'icone=20=20isol=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/template.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;