diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php
index 5aeed2c4587..e2409c1fe5c 100644
--- a/htdocs/ticket/card.php
+++ b/htdocs/ticket/card.php
@@ -879,7 +879,7 @@ if ($action == 'create' || $action == 'presend') {
if (!empty($object->origin_email)) {
$morehtmlref .= '
'.$langs->trans("CreatedBy").' : ';
$morehtmlref .= img_picto('', 'email', 'class="paddingrightonly"');
- $morehtmlref .= dol_escape_htmltag($object->origin_email).' ('.$langs->trans("TicketEmailOriginIssuer").')';
+ $morehtmlref .= dol_escape_htmltag($object->origin_email).' ('.$langs->trans("TicketEmailOriginIssuer").')';
}
// Thirdparty