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.
pull/2487/head
Polycapa 9 years ago committed by Satyan JACQUENS
parent 8433b76eac
commit 80dced2884
  1. 1
      main/auth/courses_categories.php

@ -339,7 +339,6 @@ function return_teacher($course)
<a href="'.$value['url'].'" class="ajax" data-title="'.$name.'">'
. $name . '</a></h5><p>'. get_lang('Teacher').'</p></div>';
}
//$count ++;
}
$html .= '</div>';
return $html;

Loading…
Cancel
Save