FIX: Check if the bio_cooked exists before outputting it.

This commit is contained in:
Robin Ward 2014-12-03 16:05:13 -05:00
parent 7f60276d66
commit 52f7f8e471

View File

@ -83,7 +83,9 @@
<b>{{i18n user.suspended_reason}}</b> {{suspend_reason}}
</div>
{{/if}}
{{{bio_cooked}}}
{{#if bio_cooked}}
{{{bio_cooked}}}
{{/if}}
</div>
{{plugin-outlet "user-profile-primary"}}