forked from Wavyzz/dolibarr
Fix typo
This commit is contained in:
@@ -3899,9 +3899,9 @@ class Commande extends CommonOrder
|
||||
if (empty($notooltip) && $user->hasRight('commande', 'lire')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Order");
|
||||
$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.'"';
|
||||
|
||||
$target_value = array('_self', '_blank', '_parent', '_top');
|
||||
|
||||
Reference in New Issue
Block a user