Committer: vad
LJSUP-7768: Replace twitter icon (narefieva)U trunk/cgi-bin/LJ/Hooks/Userinfo.pm
Modified: trunk/cgi-bin/LJ/Hooks/Userinfo.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/Userinfo.pm 2011-01-25 10:10:26 UTC (rev 9938) +++ trunk/cgi-bin/LJ/Hooks/Userinfo.pm 2011-01-25 10:47:16 UTC (rev 9939) @@ -468,7 +468,7 @@ $ret .= qq{ <tr class='im_lj'> <td class='im_icon'> - <img src='$LJ::IMGPREFIX/twitter-profile.gif' alt='' /> + <img src='$LJ::IMGPREFIX/twitter-profile.gif?v=2' alt='' /> </td> <td colspan="2"><a href="$tw_link">$tw_name</a></td> </tr> @@ -564,7 +564,7 @@ if ($u->prop('twitter_access_token')) { my $tw_name = $u->prop('twitter_name'); $ret .= qq{ - <img src="$LJ::IMGPREFIX/twitter-profile.gif"> + <img src="$LJ::IMGPREFIX/twitter-profile.gif?v=2" alt='' /> <strong>$tw_name</strong> } } else {