From 6e69d5c4bd10235189e37a125131603e088910dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 27 Dec 2014 11:28:10 +0100 Subject: [PATCH] Typo --- 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 72b860977f6..9265c9ee463 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -587,7 +587,7 @@ if (! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) print ''.$langs->trans("Total").''; print ''.price($tot_ttc).''; print ''; - print ' '; + print ' '; print ''; } else