This commit is contained in:
friendica 2012-05-01 20:38:06 -07:00
parent e247ed3de2
commit 1fab28c413
1 changed files with 1 additions and 1 deletions

View 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>