]> git.mxchange.org Git - friendica.git/commitdiff
fix size
authorfriendica <info@friendica.com>
Wed, 2 May 2012 03:38:06 +0000 (20:38 -0700)
committerfriendica <info@friendica.com>
Wed, 2 May 2012 03:38:06 +0000 (20:38 -0700)
view/remote_friends_common.tpl

index b44a5b639dfc59f84da72b138a8fd263769f2f18..a5a36b1376d19ad183abbfc1af0931deb8f3fdeb 100644 (file)
@@ -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>