From aed1c31158e108a0d34b758df9ca4d8e0411f6c9 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 12 Sep 2019 19:19:49 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/ticket/messaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/messaging.php b/htdocs/ticket/messaging.php index 9f1b988f1a4..aac9cdc4e7b 100644 --- a/htdocs/ticket/messaging.php +++ b/htdocs/ticket/messaging.php @@ -239,7 +239,7 @@ if (!empty($object->id)) // Show link to add a message (if read and not closed) $btnstatus = $object->fk_statut < Ticket::STATUS_CLOSED && $action != "presend" && $action != "presend_addmessage"; $url = 'card.php?track_id=' . $object->track_id . '&action=presend_addmessage&mode=init'; - $morehtmlright .= dolGetButtonTitle($langs->trans('TicketAddMessage') , '', 'fa fa-comment', $url, 'add-new-ticket-title-button', $btnstatus); + $morehtmlright .= dolGetButtonTitle($langs->trans('TicketAddMessage'), '', 'fa fa-comment', $url, 'add-new-ticket-title-button', $btnstatus);