MDL-16343 - followup - HTML Strict!

This commit is contained in:
tjhunt 2008-09-09 09:11:57 +00:00
parent adf0ff69fa
commit c465505849

View 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); 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 '<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 '<script type="text/javascript">capability_report.cap_filter_init("' . get_string('search') . '");</script>';
echo '</div>';
echo '</form>'; echo '</form>';
print_box_end(); print_box_end();