From 7c9fc91c0be25bec161fbd32da543b9a0977c1bd Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Mon, 17 Jan 2011 16:02:04 +0000
Subject: [PATCH] Fix: use full option

---
 htdocs/main.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index ab9027395c9..05ada4a157b 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1138,7 +1138,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
 			if ($res)
 			{
 				//$mc = new ActionsMulticompany($db);
-				$entitytext = img_object('', 'globe','entity');
+				$entitytext = img_object('', 'globe',"class='entity'");
 				$entityhtmltext = 'EntityName';
 				print $html->textwithtooltip('',$entityhtmltext,2,1,$entitytext);
 				//$select_entity = '<div class="loginSelectEntity">'.$mc->select_entities($conf->entity).'</div>';
-- 
GitLab