]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16343 - followup - HTML Strict!
authortjhunt <tjhunt>
Tue, 9 Sep 2008 09:11:57 +0000 (09:11 +0000)
committertjhunt <tjhunt>
Tue, 9 Sep 2008 09:11:57 +0000 (09:11 +0000)
admin/report/capability/index.php

index a1714bcdcb6746844f1b391212e6903e15c5ef57..a61087c441d2da12a133195a3c148c1de368188e 100644 (file)
@@ -78,7 +78,6 @@ echo '<p><label for="menuroles"> ' . get_string('roleslabel', 'report_capability
 choose_from_menu($rolechoices, 'roles[]', $selectedroleids, '', '', '', false, false, 0, '', true, true);
 echo '<p><input type="submit" id="settingssubmit" value="' . get_string('getreport', 'report_capability') . '" /></p>';
 echo '<script type="text/javascript">capability_report.cap_filter_init("' . get_string('search') . '");</script>';
-echo '</div>';
 echo '</form>';
 print_box_end();