mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Fix typo
This commit is contained in:
@@ -833,9 +833,9 @@ class MyObject extends CommonObject
|
||||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
||||
Reference in New Issue
Block a user