From e65cf96e66eae237751ae6ef969afb7bda0d4f67 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Jul 2008 09:24:37 +0000 Subject: [PATCH] Fix: Standatd HTML --- htdocs/compta/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 1944c84c814..2497b51bee2 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -116,11 +116,11 @@ if ($conf->facture->enabled) print '
'; print ''; - print ""; - print ''; - print "'; - print ''; - //print "'; + print ''; + print ""; + print "'; + print ''; + //print "'; print ''; print "
'.$langs->trans("SearchASupplierInvoice").'
".$langs->trans("Ref").':
".$langs->trans("Other").':
'.$langs->trans("SearchASupplierInvoice").'
".$langs->trans("Ref").':
".$langs->trans("Other").':

"; }