mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
feat: tickets text length to 200
This commit is contained in:
parent
1424ca2708
commit
16700ad304
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@
|
||||||
{block description}
|
{block description}
|
||||||
{var $author = $x->getUser()}
|
{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>
|
<span class="nobold">{_author}: </span> <a href="{$author->getURL()}">{$author->getCanonicalName()}</a>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
Loading…
Reference in a new issue