From: nicolasconnault Date: Fri, 23 Mar 2007 01:17:43 +0000 (+0000) Subject: Corrected XHTML: hidden inputs not surrounded by container. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e2e9c024e999b6ebf06a92ee84103848cd8724e1;p=moodle.git Corrected XHTML: hidden inputs not surrounded by container. --- diff --git a/admin/search.php b/admin/search.php index 98405018f2..4d97a40190 100644 --- a/admin/search.php +++ b/admin/search.php @@ -59,8 +59,10 @@ if ($statusmsg != '') { $resultshtml = search_settings_html(admin_get_root(), $query); echo '
'; +echo '
'; echo ''; echo ''; +echo '
'; echo '
'; echo '
'; if ($resultshtml != '') {