FIX: don't link avatars in "in reply" section of post

This commit is contained in:
Sam 2016-02-24 14:17:51 +11:00
parent 3c072cdfc9
commit 358e027e31
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ createWidget('reply-to-tab', {
return [iconNode('mail-forward'),
' ',
avatarFor.call(this, 'small', {
avatarImg.call(this,'small',{
template: attrs.replyToAvatarTemplate,
username: attrs.replyToUsername
}),