From 20b9331b3cc22837272f1d8c2b442d0c343577cd Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 24 Apr 2013 18:58:01 +0200
Subject: [PATCH] Fix: W3C

---
 htdocs/main.inc.php                | 2 +-
 htdocs/theme/cameleo/style.css.php | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 30677ea5b9c..a756661e603 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1549,7 +1549,7 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me
 	    print '<div id="blockvmenuhelp" class="blockvmenuhelp">';
 	    if ($doliurl) print '<a class="help" target="_blank" href="'.$doliurl.'">';
 	    print $appli;
-	    if ($doliurlx) print '</a>';
+	    if ($doliurl) print '</a>';
 	    print '</div>';
 
 	    // Link to Dolibarr wiki pages
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 74f5bc86278..e2427115470 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -130,7 +130,6 @@ input.button[type=submit] {
 	/*border: 2px solid #063953;*/
 	color: #FFF;
 	padding: 0px 10px 0px 10px;
-	margin: 0px 10px 0px 10px;
 	text-decoration: none;
 	white-space: nowrap;
     /*display: block;
-- 
GitLab