From 474a2692fa6f4a4e6cfdfd3927766fa0f418ad19 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Jun 2017 13:54:03 +0200 Subject: [PATCH] Fix missing /div --- htdocs/core/class/html.formfile.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 44a90794790..6d4d5d38b55 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -690,6 +690,7 @@ class FormFile { $headershown=1; $out.= '
'.$titletoshow.'
'."\n"; + $out.= '
'; $out.= ''."\n"; }