diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 09:45:13 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-03 09:45:13 +0100 |
commit | 43283fd35fb9987a1554612220f11a0875697bd4 (patch) | |
tree | 2e9db966f98a1187c6be74998ebd2905fe0a8c39 /view | |
parent | dcaf4003eca3fe4f958760587eefea52b171fab3 (diff) | |
parent | d92659560b8edd0594b587103b43ad5bd5012639 (diff) | |
download | volse-hubzilla-43283fd35fb9987a1554612220f11a0875697bd4.tar.gz volse-hubzilla-43283fd35fb9987a1554612220f11a0875697bd4.tar.bz2 volse-hubzilla-43283fd35fb9987a1554612220f11a0875697bd4.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'view')
-rw-r--r-- | view/profile_entry.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_entry.tpl b/view/profile_entry.tpl index db28c0a8f..5c6952af6 100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.tpl @@ -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> |