From fedd05cbcc3b30cbdd6e7c4bd1179a539742d224 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 15 Dec 2014 11:05:47 +0100 Subject: [PATCH] button should be within form --- htdocs/accountancy/admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php index a5f54d5c431..d35e6e8ddf6 100644 --- a/htdocs/accountancy/admin/export.php +++ b/htdocs/accountancy/admin/export.php @@ -156,9 +156,9 @@ foreach ( $list as $key ) { } print "\n"; -print ''; print '
'; +print ''; llxFooter(); $db->close(); \ No newline at end of file