mirror of
https://github.com/WerySkok/nativegallery.git
synced 2024-11-15 03:31:19 +03:00
Переборщил с границами
This commit is contained in:
parent
9842eddda0
commit
3f7919116f
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if (json_decode($userprofile->i('content'), true)['aboutmemo']['value'] != null) { ?>
|
if (json_decode($userprofile->i('content'), true)['aboutmemo']['value'] != null) { ?>
|
||||||
<div class="p20" style="margin-top: 25px; background-color: white !important;">
|
<div class="p20" style="margin-top: 8px; background-color: white !important;">
|
||||||
<h4>О себе</h4>
|
<h4>О себе</h4>
|
||||||
<?php
|
<?php
|
||||||
$bbcode= new ChrisKonnertz\BBCode\BBCode();
|
$bbcode= new ChrisKonnertz\BBCode\BBCode();
|
||||||
|
|
Loading…
Reference in a new issue