alt profiles not clickable

This commit is contained in:
Friendika 2011-01-02 14:30:17 -08:00
parent c907c22eda
commit b3f39aa2b0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></a>
</div>
<div class="profile-listing-photo-end"></div>
<div class="profile-listing-name" id="profile-listing-name-$id">$profile_name</div>
<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
</div>
<div class="profile-listing-end"></div>