diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index da9616da6da..e61f60d5122 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -331,7 +331,14 @@ class Form { while (list($key, $value) = each ($array) ) { print "\n"; + if ($key_libelle) + { + print ">[$key] $value\n"; + } + else + { + print ">$value\n"; + } } }