From f36a30f9fe7986906cd5cee73234ba56d734582d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Nov 2014 23:25:29 +0100 Subject: [PATCH] Fixed: W3C. An id must be unique inside a page. --- htdocs/main.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 7fe13a97b91..d248a8c19ff 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1632,9 +1632,9 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me print "\n"; print "\n"; print '
'."\n"; + //Dolibarr version $doliurl='http://www.dolibarr.org'; - //local communities if (preg_match('/fr/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.fr'; if (preg_match('/es/i',$langs->defaultlang)) $doliurl='http://www.dolibarr.es'; @@ -1653,7 +1653,7 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me else $appli.=" ".DOL_VERSION; } else $appli.=" ".DOL_VERSION; - print '
'; + print '
'; if ($doliurl) print ''; print $appli; if ($doliurl) print ''; @@ -1677,7 +1677,7 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me // Link to help pages if ($helpbaseurl && $helppage) { - print '