<a title="..." on profile block other accounts

This commit is contained in:
Evan Prodromou 2012-07-09 13:46:32 -04:00
parent 18ebca5b8f
commit b55356491c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ abstract class ProfileBlock extends Widget
array('href' => $otherProfile['href'],
'rel' => 'me',
'class' => 'profile_block_otherprofile',
'alt' => $otherProfile['text']));
'title' => $otherProfile['text']));
$this->out->element('img',
array('src' => $otherProfile['image'],
'class' => 'profile_block_otherprofile_icon'));