diff --git a/htdocs/ticketsup/class/actions_ticketsup.class.php b/htdocs/ticketsup/class/actions_ticketsup.class.php
index c87264098ef..5ab3fabaffd 100644
--- a/htdocs/ticketsup/class/actions_ticketsup.class.php
+++ b/htdocs/ticketsup/class/actions_ticketsup.class.php
@@ -774,7 +774,7 @@ class ActionsTicketsup
$message = $message_intro . $message;
// Add signature
- $message .= '
' . $message_signature;
+ $message .= '
' . $message_signature;
if (!empty($this->dao->origin_email)) {
$sendto[] = $this->dao->origin_email;
@@ -1118,7 +1118,7 @@ class ActionsTicketsup
$userstat = new User($this->db);
$res = $userstat->fetch($arraylogs['fk_user_create']);
if ($res) {
- print '
'.$userstat->getNomUrl(1).'';
+ print '
'.$userstat->getNomUrl(1).'';
}
}
}
@@ -1296,11 +1296,11 @@ class ActionsTicketsup
$userstat = new User($this->db);
$res = $userstat->fetch($arraymsgs['fk_user_action']);
if ($res) {
- print '
';
+ print '
';
print $userstat->getNomUrl(1);
}
} else {
- print '
';
+ print '
';
print $langs->trans('Customer');
}
}
@@ -1496,7 +1496,7 @@ class ActionsTicketsup
// Sort results to be similar to status object list
sort($exclude_status);
- //print '