]> git.mjollnir.org Git - moodle.git/commitdiff
minor xhtml fix
authorskodak <skodak>
Thu, 30 Nov 2006 09:32:46 +0000 (09:32 +0000)
committerskodak <skodak>
Thu, 30 Nov 2006 09:32:46 +0000 (09:32 +0000)
admin/report/simpletest/index.php
lib/adminlib.php

index a77e0f0a08ed36bef7bc2584eee1ed1f42979afa..6d420cb41667983af7b4fed220a84f5ae2b5b289 100644 (file)
@@ -90,7 +90,7 @@ if (!is_null($path)) {
 }
 // Print the form for adjusting options.
 print_simple_box_start('center', '70%');
-echo '<form method="GET" action="index.php">';
+echo '<form method="get" action="index.php">';
 print_heading($formheader);
 echo '<p>'; print_checkbox('showpasses', 1, $showpasses, get_string('showpasses', $langfile)); echo '</p>';
 echo '<p>'; print_checkbox('showsearch', 1, $showsearch, get_string('showsearch', $langfile)); echo '</p>';
index 46a09401d18d72d17889649e9f6f624e44387c57..095e1ed0b3dc40d49a9da9e3bc138518b65c66cf 100644 (file)
@@ -2441,7 +2441,7 @@ class admin_setting_special_coursemanager extends admin_setting {
                 } else {
                     $return .= '<br />';
                 }
-                $return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1" '.$checked.'>&nbsp;'.$role->name;
+                $return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1" '.$checked.' />&nbsp;'.$role->name;
             }
             $return .= '</div>';
         }