From 109f0dfb3c0546ddb0ae9b7759d195767ada1455 Mon Sep 17 00:00:00 2001 From: eldy Date: Wed, 14 Sep 2011 14:30:57 +0200 Subject: [PATCH] Fix: W3C --- 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 2002f743795..1f6c0baa3dc 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -553,7 +553,7 @@ if ($conf->don->enabled && $user->rights->societe->lire) } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print '
'; }