Fix about section of user page

This commit is contained in:
Timothy Warren 2017-10-18 19:59:29 -04:00
parent 79c6f21a2f
commit d51ee20abf
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<div>
<dl>
<dt>About:</dt>
<dd><?= $escape->html($attributes['bio']) ?></dd>
<dd><?= $escape->html($attributes['about']) ?></dd>
</dl>
<?php if ( ! empty($favorites)): ?>
<?php if ( ! empty($favorites['characters'])): ?>