diff --git a/Web/Presenters/templates/Support/AnswerTicket.xml b/Web/Presenters/templates/Support/AnswerTicket.xml index 89541dd6..0ba70cee 100644 --- a/Web/Presenters/templates/Support/AnswerTicket.xml +++ b/Web/Presenters/templates/Support/AnswerTicket.xml @@ -74,8 +74,8 @@ {var lastName = $comment->getUser()->getLastName()} - {if empty($lastName)} - {$comment->getUser()->getFirstName()} + {if empty($lastName) || $lastName == " "} + ({$comment->getUser()->getFirstName()}) {else} ({$comment->getUser()->getFirstName()} {iconv_substr($lastName, 0, 1)}.) {/if}