mirror of
https://github.com/openvk/openvk
synced 2025-01-22 07:44:27 +03:00
Fix indentation in User/View.xml
This commit is contained in:
parent
ab231aa55f
commit
4dcc5981f1
1 changed files with 43 additions and 42 deletions
|
@ -364,8 +364,9 @@
|
|||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div><div>
|
||||
<table id="basicInfo" class="ugc-table" border="0" cellspacing="0" cellpadding="0" border="0" cellspacing="0" cellpadding="0" n:if="$user->getPrivacyPermission('page.info.read', $thisUser ?? NULL)">
|
||||
</div>
|
||||
<div>
|
||||
<table id="basicInfo" class="ugc-table" border="0" cellspacing="0" cellpadding="0" border="0" cellspacing="0" cellpadding="0" n:if=" $user->getPrivacyPermission('page.info.read', $thisUser ?? NULL)">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="label"><span class="nobold">{_"gender"}: </span></td>
|
||||
|
|
Loading…
Reference in a new issue