From: skodak Date: Thu, 30 Nov 2006 09:32:46 +0000 (+0000) Subject: minor xhtml fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7203167d35f094bd44e26e49e4432260083bd6dd;p=moodle.git minor xhtml fix --- diff --git a/admin/report/simpletest/index.php b/admin/report/simpletest/index.php index a77e0f0a08..6d420cb416 100644 --- a/admin/report/simpletest/index.php +++ b/admin/report/simpletest/index.php @@ -90,7 +90,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 '

'; diff --git a/lib/adminlib.php b/lib/adminlib.php index 46a09401d1..095e1ed0b3 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -2441,7 +2441,7 @@ class admin_setting_special_coursemanager extends admin_setting { } else { $return .= '
'; } - $return .= ' '.$role->name; + $return .= ' '.$role->name; } $return .= ''; }