From af886ec2b3466f6e8dd53c1b950f26c9af58822e Mon Sep 17 00:00:00 2001 From: Polycapa Date: Mon, 27 Mar 2017 18:16:53 +0200 Subject: [PATCH] Add alternative display for teacher profile picture When displaying teacher profile picture on course information, an alternative display (for accessibility) was missing. The alternative text "[TEACHE NAME] Profile" is set. --- main/auth/courses_categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/auth/courses_categories.php b/main/auth/courses_categories.php index 35a07320ec..0ba0e88166 100755 --- a/main/auth/courses_categories.php +++ b/main/auth/courses_categories.php @@ -307,7 +307,7 @@ function returnThumbnail($course) } $name = $value['firstname'].' ' . $value['lastname']; $html .= ' - '; + '.$name.' ' .get_lang('Profile').''; $html .= '
' . $name . '
';