From f689ff1a9fc9392a4881cd769dc9d2d5a624fe35 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 9 Jan 2007 12:32:51 +0000 Subject: [PATCH] Making it strict --- admin/report/simpletest/index.php | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.5