]> git.mjollnir.org Git - moodle.git/commitdiff
A little HTML hint since styles are not working here for me somehow
authormoodler <moodler>
Tue, 18 Apr 2006 07:28:44 +0000 (07:28 +0000)
committermoodler <moodler>
Tue, 18 Apr 2006 07:28:44 +0000 (07:28 +0000)
mod/chat/lib.php

index f2eb4abea619d261cba61da05e15a1982691fb6d..30d7f2d7855dc21f873cc92e8e5facea2cb22161 100644 (file)
@@ -589,7 +589,7 @@ function chat_format_message_manually($message, $courseid, $sender, $currentuser
 
     $output->text  = strip_tags($outinfo.': '.$outmain);
 
-    $output->html  = "<table class=\"chat-message\"><tr$rowclass><td class=\"picture\">$message->picture</td><td class=\"text\">";
+    $output->html  = "<table class=\"chat-message\"><tr$rowclass><td class=\"picture\" valign=\"top\">$message->picture</td><td class=\"text\">";
     $output->html .= "<span class=\"title\">$outinfo</span>";
     if ($outmain) {
         $output->html .= ": $outmain";