diff options
author | friendica <info@friendica.com> | 2012-05-01 20:38:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 20:38:06 -0700 |
commit | 1fab28c413d79a132b1592ff51db3729141d6998 (patch) | |
tree | c8d12d26c77df9c13d93d95a9a1bafe379670421 | |
parent | e247ed3de25e740c8a0993b35a78e7bb5134c3f3 (diff) | |
download | volse-hubzilla-1fab28c413d79a132b1592ff51db3729141d6998.tar.gz volse-hubzilla-1fab28c413d79a132b1592ff51db3729141d6998.tar.bz2 volse-hubzilla-1fab28c413d79a132b1592ff51db3729141d6998.zip |
fix size
-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> |