mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-32915 fix bogus open div in basic chat ui
This commit is contained in:
parent
71d7bc34a8
commit
7edfd54fcf
@ -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 '<div id="">';
|
||||
echo $OUTPUT->container_start(null, 'page-mod-chat-gui_basic');
|
||||
echo $OUTPUT->heading(get_string('participants'), 2, 'mdl-left');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user