aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-01 20:38:06 -0700
committerfriendica <info@friendica.com>2012-05-01 20:38:06 -0700
commit1fab28c413d79a132b1592ff51db3729141d6998 (patch)
treec8d12d26c77df9c13d93d95a9a1bafe379670421 /view
parente247ed3de25e740c8a0993b35a78e7bb5134c3f3 (diff)
downloadvolse-hubzilla-1fab28c413d79a132b1592ff51db3729141d6998.tar.gz
volse-hubzilla-1fab28c413d79a132b1592ff51db3729141d6998.tar.bz2
volse-hubzilla-1fab28c413d79a132b1592ff51db3729141d6998.zip
fix size
Diffstat (limited to 'view')
-rw-r--r--view/remote_friends_common.tpl2
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>