diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index 2626e917460..538c6593ff3 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -2720,7 +2720,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
if (preg_match('/:[^\s0-9]/',$titlealt)) $tmparray=explode(':',$titlealt); // We explode if we have TextA:TextB. Not if we have TextA: TextB
$title=$tmparray[0];
$alt=empty($tmparray[1])?'':$tmparray[1];
- return ''; // Alt is used for accessibility, title for popup
+ return '
'; // Alt is used for accessibility, title for popup
}
}
diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php
index 24789902411..49c0b3db04f 100644
--- a/htdocs/societe/list.php
+++ b/htdocs/societe/list.php
@@ -1048,7 +1048,16 @@ while ($i < min($num, $limit))
if (! empty($arrayfields['s.nom']['checked']))
{
print '