mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix crutch to correctly display the name of the group creator with Russian symbols
This commit is contained in:
parent
e4a90ec2bf
commit
818d7cbc02
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
</a>
|
||||
</div>
|
||||
{* Это наверное костыль, ну да ладно *}
|
||||
<div n:class="info, strlen($author->getCanonicalName()) < 22 ? info-centered" n:if="empty($club->getOwnerComment())">
|
||||
<div n:class="info, mb_strlen($author->getCanonicalName()) < 22 ? info-centered" n:if="empty($club->getOwnerComment())">
|
||||
<a href="{$author->getURL()}" class="title">{$author->getCanonicalName()}</a>
|
||||
</div>
|
||||
<div class="info" n:if="!empty($club->getOwnerComment())">
|
||||
|
|
Loading…
Reference in a new issue