From e5eb5492e92c401eeb2941fa3d18196610f1cfba Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 23 Jun 2013 13:03:06 +0200 Subject: [PATCH] Fix: W3C --- htdocs/compta/bank/account.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 59cdaa4b81d..551893d4174 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -329,7 +329,7 @@ if ($id > 0 || ! empty($ref)) // Show title if ($action != 'addline' && $action != 'delete') { - print ''.$navig.''; + print ''.$navig.''; } // Form to add a transaction with no invoice @@ -379,7 +379,7 @@ if ($id > 0 || ! empty($ref)) print ''; print ""; - print ' '."\n"; + print ' '."\n"; } /*