From: moodler Date: Tue, 18 Apr 2006 07:28:44 +0000 (+0000) Subject: A little HTML hint since styles are not working here for me somehow X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5379d24992eba1c918b5fba9aa37d6b6afc28506;p=moodle.git A little HTML hint since styles are not working here for me somehow --- diff --git a/mod/chat/lib.php b/mod/chat/lib.php index f2eb4abea6..30d7f2d785 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -589,7 +589,7 @@ function chat_format_message_manually($message, $courseid, $sender, $currentuser $output->text = strip_tags($outinfo.': '.$outmain); - $output->html = "
$message->picture"; + $output->html = "
$message->picture"; $output->html .= "$outinfo"; if ($outmain) { $output->html .= ": $outmain";