Fix missing escape html
This commit is contained in:
parent
b577457c86
commit
24fdec736b
@ -1793,10 +1793,12 @@ while ($i < $imaxinloop) {
|
||||
}
|
||||
// Email MsgID
|
||||
if (!empty($arrayfields['p.email_msgid']['checked'])) {
|
||||
print '<td class="center">';
|
||||
print $obj->email_msgid;
|
||||
print '<td class="tdoverflowmax125" title="'.dol_escape_htmltag($obj->email_msgid).'">';
|
||||
print dol_escape_htmltag($obj->email_msgid);
|
||||
print '</td>';
|
||||
if (!$i) $totalarray['nbfield']++;
|
||||
if (!$i) {
|
||||
$totalarray['nbfield']++;
|
||||
}
|
||||
}
|
||||
// Import key
|
||||
if (!empty($arrayfields['p.import_key']['checked'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user