]> git.mjollnir.org Git - moodle.git/commitdiff
minor xhtml fix
authorskodak <skodak>
Thu, 30 Nov 2006 08:42:11 +0000 (08:42 +0000)
committerskodak <skodak>
Thu, 30 Nov 2006 08:42:11 +0000 (08:42 +0000)
admin/search.php

index a050dcf176a678a94a7ffcd5bf574e371e508306..1e4590ff1058f6b2b527cdb296ca4865316209e0 100644 (file)
@@ -72,6 +72,7 @@ if ($resultshtml != '') {
 } else {
     echo get_string('noresults','admin');
 }
+echo '</fieldset>';
 echo '</form>';
 
 admin_externalpage_print_footer($adminroot);