mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix typo in AnswerTicket.xml
This commit is contained in:
parent
131988ddf3
commit
60653cdf59
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<div class="post-content" id="{$comment->getId()}">
|
<div class="post-content" id="{$comment->getId()}">
|
||||||
<div class="text" id="text{$comment->getId()}">
|
<div class="text" id="text{$comment->getId()}">
|
||||||
{if $comment->getUType() === 1 && !$printedSupportGreeting)
|
{if $comment->getUType() === 1 && !$printedSupportGreeting}
|
||||||
{var $printedSupportGreeting = true}
|
{var $printedSupportGreeting = true}
|
||||||
{_support_greeting_hi}, {$ticket->getUser()->getFullName()}!
|
{_support_greeting_hi}, {$ticket->getUser()->getFullName()}!
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<div class="post-content" id="{$comment->getId()}">
|
<div class="post-content" id="{$comment->getId()}">
|
||||||
<div class="text" id="text{$comment->getId()}">
|
<div class="text" id="text{$comment->getId()}">
|
||||||
{if $comment->getUType() === 1 && !$printedSupportGreeting)
|
{if $comment->getUType() === 1 && !$printedSupportGreeting}
|
||||||
{var $printedSupportGreeting = true}
|
{var $printedSupportGreeting = true}
|
||||||
{_support_greeting_hi}, {$ticket->getUser()->getFullName()}!
|
{_support_greeting_hi}, {$ticket->getUser()->getFullName()}!
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue