mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-30 04:43:21 +01:00
Update commande.class.php
This commit is contained in:
committed by
GitHub
parent
660aa7b282
commit
d0ca8af6ee
@@ -3734,7 +3734,7 @@ class Commande extends CommonOrder
|
||||
|
||||
$target_value=array('_self', '_blank', '_parent', '_top');
|
||||
if (in_array($target, $target_value)) {
|
||||
$linkclose .= ' target="'.$target.'"';
|
||||
$linkclose .= ' target="'.dol_escape_htmltag($target).'"';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user