mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Fix typo
This commit is contained in:
@@ -1030,9 +1030,9 @@ class Task extends CommonObjectLine
|
||||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowTask");
|
||||
$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.' nowraponall"';
|
||||
} else {
|
||||
$linkclose .= ' class="nowraponall"';
|
||||
|
||||
Reference in New Issue
Block a user