This commit is contained in:
Laurent Destailleur
2018-04-18 00:00:37 +02:00
parent c551bf20e2
commit a0f8aa50d5

View File

@@ -4104,8 +4104,7 @@ function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png',
$return='';
if ($picto == 'setup') $picto='title.png';
if (($conf->browser->name == 'ie') && $picto=='title.png') $picto='title.gif';
if ($picto == 'setup') $picto='title_generic.png';
$return.= "\n";
$return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 2px;"><tr>';