diff --git a/mod/profiles.php b/mod/profiles.php index 1c75dc0eb1..3488c8687e 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -401,6 +401,7 @@ function profiles_content(&$a) { $o .= replace_macros($template, array( '$photo' => $rr['thumb'], '$id' => $rr['id'], + '$alt' => t('Profile Image'), '$profile_name' => $rr['profile-name'] )); } diff --git a/view/profile_entry.tpl b/view/profile_entry.tpl index 5c6952af60..c5b782660a 100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.tpl @@ -1,7 +1,7 @@
-Profile Image +$alt
$profile_name