]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
<a title="..." on profile block other accounts
authorEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 17:46:32 +0000 (13:46 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 9 Jul 2012 17:47:01 +0000 (13:47 -0400)
lib/profileblock.php

index 2a71f284c35c4bdb96e526dc7483a6556cd17256..8edc5d9ba1b8ecbbe06b1a4c570d426fcd0a4941 100644 (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'));