From 8ec61b8ac6664fd85c5538da945354c879417d4c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Sep 2014 14:43:16 +0200 Subject: [PATCH] Fix: bad balance of td --- htdocs/core/class/html.formfile.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 05a1e40b756..447f96ff61c 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -1160,7 +1160,7 @@ class FormFile print ''; print '' . dol_print_date(dol_now(), "dayhour", "tzuser") . ''; print ''; - print ''; + print ''; print ''; print ''; print ''; @@ -1175,7 +1175,7 @@ class FormFile print ''; print '' . dol_print_date($link->datea, "dayhour", "tzuser") . ''; print ''; - print ''; + print ''; print '' . img_edit() . ''; // id= is included into $param if ($permtodelete) { print '   ' . img_delete() . ''; // id= is included into $param @@ -1188,7 +1188,7 @@ class FormFile } if ($nboflinks == 0) { - print ''; + print ''; print $langs->trans("NoLinkFound"); print ''; }