From 0358000a940cd0784990865d398c9df7b96b007d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Apr 2009 02:23:11 +0000 Subject: [PATCH] Look: Bad balanced table --- htdocs/compta/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 3e6dd0c18b7..09c357a4343 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -464,7 +464,7 @@ if ($conf->tax->enabled) } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print "
"; $db->free($resql);