From a05709ad5921b1db951840110840f6111e59c276 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 27 Aug 2008 10:17:01 +0000 Subject: [PATCH] MDL-16221 The height and width are now included in the user's image. --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 9bd350f00..5f847e27a 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4426,7 +4426,7 @@ function print_user_picture($user, $courseid, $picture=NULL, $size=0, $return=fa } } - $output .= ''.s($imagealt).''; + $output .= "\"".s($imagealt).'"'; if ($link) { $output .= ''; } -- 2.11.4.GIT