This commit is contained in:
friendica 2012-05-01 20:38:06 -07:00
parent e247ed3de2
commit 1fab28c413

View file

@ -5,7 +5,7 @@
<div class="profile-match-wrapper"> <div class="profile-match-wrapper">
<div class="profile-match-photo"> <div class="profile-match-photo">
<a href="$item.url"> <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> </a>
</div> </div>
<div class="profile-match-break"></div> <div class="profile-match-break"></div>