mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Corrected XHTML: hidden inputs not surrounded by container.
This commit is contained in:
parent
7dbe6ceb4b
commit
e2e9c024e9
@ -59,8 +59,10 @@ if ($statusmsg != '') {
|
||||
$resultshtml = search_settings_html(admin_get_root(), $query);
|
||||
|
||||
echo '<form action="search.php" method="post" id="adminsettings">';
|
||||
echo '<div>';
|
||||
echo '<input type="hidden" name="sesskey" value="' . sesskey() . '" />';
|
||||
echo '<input type="hidden" name="query" value="' . s($query) . '" />';
|
||||
echo '</div>';
|
||||
echo '<fieldset>';
|
||||
echo '<div class="clearer"><!-- --></div>';
|
||||
if ($resultshtml != '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user