From 549c2dd2f6f68937e537d06efa3a7c769fecde30 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 27 Aug 2008 10:24:48 +0000 Subject: [PATCH] MDL-16221 The height and width are now included in the user's image. --- lib/weblib.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 .= ''; } -- 2.39.5