diff options
Diffstat (limited to 'view/remote_friends_common.tpl')
-rw-r--r-- | view/remote_friends_common.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl index b44a5b639..a5a36b137 100644 --- a/view/remote_friends_common.tpl +++ b/view/remote_friends_common.tpl @@ -5,7 +5,7 @@ <div class="profile-match-wrapper"> <div class="profile-match-photo"> <a href="$item.url"> - <img src="$item.photo" alt="$item.name" title="$item.name" /> + <img src="$item.photo" width="80" height="80" alt="$item.name" title="$item.name" /> </a> </div> <div class="profile-match-break"></div> |