From 257031247598adacc47bdd40b95bdff4f1705f65 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Mar 2009 00:21:50 +0000 Subject: [PATCH] Look: minor fix --- 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 ad180787638..3e6dd0c18b7 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);