Bug report_view is missing parameter defaultname

There is a bug in this version
K

Kirby

Guest
Code:

Code:
<xf:avatar user="$comment.User" size="xxs" />
<h4 class="attribution"><xf:username user="$comment.User" rich="true" /></h4>

Both xf:avatar and xf:username are missing defaultname="{$comment.username}" which causes no username and an unknown avatar being displayed if the comment was made by a deleted user.

Continue reading...