From 7edfd54fcf7d1fa647670fd56ce8a786fbf67088 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 13 May 2012 10:24:43 +0200 Subject: [PATCH] MDL-32915 fix bogus open div in basic chat ui --- mod/chat/gui_basic/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/chat/gui_basic/index.php b/mod/chat/gui_basic/index.php index 57699cb8584..82e02cba386 100644 --- a/mod/chat/gui_basic/index.php +++ b/mod/chat/gui_basic/index.php @@ -115,7 +115,6 @@ if (!empty($refresh) and data_submitted()) { $PAGE->set_title("$strchat: $course->shortname: ".format_string($chat->name,true)."$groupname"); echo $OUTPUT->header(); -echo '
'; echo $OUTPUT->container_start(null, 'page-mod-chat-gui_basic'); echo $OUTPUT->heading(get_string('participants'), 2, 'mdl-left');