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 '
'; + //print '
'; foreach ($this->dao->statuts_short as $status => $statut_label) { if (!in_array($status, $exclude_status)) { print '
'; @@ -1506,7 +1506,7 @@ class ActionsTicketsup print '
'; } } - print '

'; + print '
'; } diff --git a/htdocs/ticketsup/tpl/linkedobjectblock.tpl.php b/htdocs/ticketsup/tpl/linkedobjectblock.tpl.php index 4c1a00c3d82..dc03dd32c3c 100644 --- a/htdocs/ticketsup/tpl/linkedobjectblock.tpl.php +++ b/htdocs/ticketsup/tpl/linkedobjectblock.tpl.php @@ -31,7 +31,7 @@ if (empty($conf) || ! is_object($conf)) $langs = $GLOBALS['langs']; $langs->load('ticketsup@ticketsup'); $linkedObjectBlock = $GLOBALS['linkedObjectBlock']; -echo '
'; +echo '
'; print_titre($langs->trans('RelatedTickets')); ?>