From: thepurpleblob Date: Wed, 27 Aug 2008 10:24:48 +0000 (+0000) Subject: MDL-16221 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=549c2dd2f6f68937e537d06efa3a7c769fecde30;p=moodle.git MDL-16221 The height and width are now included in the user's image. --- diff --git a/lib/weblib.php b/lib/weblib.php index bc3eb81420..e7befa8a01 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1,5 +1,6 @@ >>>>>> 1.970.2.107 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package moodlecore */ @@ -4372,7 +4377,7 @@ function print_user_picture($user, $courseid, $picture=NULL, $size=0, $return=fa } } - $output .= ''.s($imagealt).''; + $output .= "\"".s($imagealt).'"'; if ($link) { $output .= ''; }