diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-13 08:31:20 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-13 08:31:20 +0100 |
commit | 44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3 (patch) | |
tree | a792b4b14378bc266d60374e879a1fb12fc29c47 /view/profile_entry.tpl | |
parent | e972375403bd019c58478c687443b8c8c68e55d9 (diff) | |
parent | 9d6f3aa4dd43af69d490d0fe8d355893a206e73f (diff) | |
download | volse-hubzilla-44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3.tar.gz volse-hubzilla-44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3.tar.bz2 volse-hubzilla-44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/profile_entry.tpl')
-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 5c6952af6..c5b782660 100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.tpl @@ -1,7 +1,7 @@ <div class="profile-listing" > <div class="profile-listing-photo-wrapper" > -<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> +<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a> </div> <div class="profile-listing-photo-end"></div> <div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div> |