Fix: W3C
This commit is contained in:
parent
e1c807b7d0
commit
ef34f0e872
@ -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 '<tr '.$bc[$var].'><td colspan="2">'.$langs->trans("None").'</td></tr>';
|
||||
print '<tr '.$bc[$var].'><td colspan="5">'.$langs->trans("None").'</td></tr>';
|
||||
}
|
||||
print '</table><br>';
|
||||
}
|
||||
@ -1031,5 +1031,5 @@ print '</table>';
|
||||
$db->close();
|
||||
|
||||
|
||||
llxFooter('$Date: 2011/08/08 14:25:45 $ - $Revision: 1.185 $');
|
||||
llxFooter('$Date: 2011/08/23 23:01:47 $ - $Revision: 1.186 $');
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user