From ee1c5071904a0ddd2a071b2c3162d53630360c9b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Mar 2012 21:31:10 +0100 Subject: [PATCH] Add id on field --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 43f864dbd9d..148aaf71fa7 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -78,7 +78,7 @@ class FormFile if ($title != 'none') print_titre($title); print '
'; - print ''; + print ''; print ''; print '';