diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php index f58e567a37d..7f83b5f1bac 100644 --- a/htdocs/core/class/html.formadmin.class.php +++ b/htdocs/core/class/html.formadmin.class.php @@ -128,7 +128,7 @@ class FormAdmin continue; } - $valuetoshow .= ' '.picto_from_langcode($key, 'class="saturatemedium"'); + $valuetoshow = picto_from_langcode($key, 'class="saturatemedium"').' '.$valuetoshow; if ((string) $selected == (string) $keytouse) { $out .= ''; } else {