From: moodler Date: Tue, 9 Jan 2007 12:32:51 +0000 (+0000) Subject: Making it strict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f689ff1a9fc9392a4881cd769dc9d2d5a624fe35;p=moodle.git Making it strict --- diff --git a/admin/report/simpletest/index.php b/admin/report/simpletest/index.php index 6d420cb416..a67e525afb 100644 --- a/admin/report/simpletest/index.php +++ b/admin/report/simpletest/index.php @@ -91,6 +91,7 @@ if (!is_null($path)) { // Print the form for adjusting options. print_simple_box_start('center', '70%'); echo '
'; +echo '
'; print_heading($formheader); echo '

'; print_checkbox('showpasses', 1, $showpasses, get_string('showpasses', $langfile)); echo '

'; echo '

'; print_checkbox('showsearch', 1, $showsearch, get_string('showsearch', $langfile)); echo '

'; @@ -100,6 +101,7 @@ echo '

'; echo ''; echo '

'; echo ''; +echo '
'; echo '
'; print_simple_box_end();