tickets cut text change from 50 to 200

This commit is contained in:
mrilyew 2025-05-25 11:21:08 +03:00
parent 718d4ffd86
commit b9f3a67433

View file

@ -42,6 +42,6 @@
{block description}
{var $author = $x->getUser()}
{ovk_proc_strtr($x->getContext(), 50)}<br/>
{ovk_proc_strtr($x->getContext(), 200)}<br/>
<span class="nobold">{_author}: </span> <a href="{$author->getURL()}">{$author->getCanonicalName()}</a>
{/block}