Fix about section of user page
This commit is contained in:
parent
79c6f21a2f
commit
d51ee20abf
@ -64,7 +64,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>About:</dt>
|
<dt>About:</dt>
|
||||||
<dd><?= $escape->html($attributes['bio']) ?></dd>
|
<dd><?= $escape->html($attributes['about']) ?></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<?php if ( ! empty($favorites)): ?>
|
<?php if ( ! empty($favorites)): ?>
|
||||||
<?php if ( ! empty($favorites['characters'])): ?>
|
<?php if ( ! empty($favorites['characters'])): ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user