From ef34f0e872787f2000035a8b318e47e5f5525bbf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Aug 2011 23:01:47 +0000 Subject: [PATCH] Fix: W3C --- htdocs/compta/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 2002f743795..06e509fed5a 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -21,7 +21,7 @@ * \file htdocs/compta/index.php * \ingroup compta * \brief Main page of accountancy area - * \version $Id: index.php,v 1.185 2011/08/08 14:25:45 eldy Exp $ + * \version $Id: index.php,v 1.186 2011/08/23 23:01:47 eldy Exp $ */ require('../main.inc.php'); @@ -621,7 +621,7 @@ if ($conf->deplacement->enabled && $user->rights->deplacement->lire) } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print '
'; } @@ -1031,5 +1031,5 @@ print ''; $db->close(); -llxFooter('$Date: 2011/08/08 14:25:45 $ - $Revision: 1.185 $'); +llxFooter('$Date: 2011/08/23 23:01:47 $ - $Revision: 1.186 $'); ?>