From 361f3a638ae5685a75a0f8679c2083c110000747 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Jul 2013 15:24:34 +0200 Subject: [PATCH] Fix: W3C --- htdocs/core/class/html.formfile.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index b4103974a03..992f5c51fdd 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -528,10 +528,9 @@ class FormFile $out.= ($param?'&'.$param:''); $out.= '">'.img_printer().''; } + $out.= ''; } - $out.= ''; - $this->numoffiles++; } }