feat: tickets text length to 200

This commit is contained in:
mrilyew 2025-05-25 11:21:08 +03:00 committed by Alexander Minkin
parent 1424ca2708
commit 16700ad304

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}