From b619aa080d1266e82082a8d873fdb6e2d02b0763 Mon Sep 17 00:00:00 2001 From: philippe grand Date: Sat, 15 Aug 2015 15:47:17 +0200 Subject: [PATCH] the form should be outside table to avoid errors --- htdocs/compta/bank/categ.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php index b854503f084..00755959ab9 100644 --- a/htdocs/compta/bank/categ.php +++ b/htdocs/compta/bank/categ.php @@ -158,7 +158,6 @@ if ($result) $db->free($result); } -print ""; /* * Line to add category @@ -172,9 +171,7 @@ if ($action != 'edit') print ''; } -print ""; - -print ""; +print ''; llxFooter();