From 012166762e1a47c8c962b5af4f0fec4963f7a7f6 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 24 Mar 2008 23:06:08 +0000 Subject: [PATCH] Fix visualization under FF. MDL-14039 ; merged from 19_STABLE --- user/addnote.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/addnote.php b/user/addnote.php index 23e74015eb..fbf6861231 100644 --- a/user/addnote.php +++ b/user/addnote.php @@ -56,6 +56,7 @@ echo '
'; echo '
'; echo ''; echo ''; +echo '
'; $table->head = array (get_string('fullname'), get_string('content', 'notes') . helpbutton('writing', get_string('helpwriting'), 'moodle', true, false, '', true), get_string('publishstate', 'notes') . helpbutton('status', get_string('publishstate', 'notes'), 'notes', true, false, '', true), @@ -84,6 +85,6 @@ foreach ($users as $k => $v) { ); } print_table($table); -echo '
'; +echo '
'; print_footer($course); ?> -- 2.39.5