]> git.mjollnir.org Git - moodle.git/commitdiff
Removed a form name
authormoodler <moodler>
Thu, 4 Jan 2007 14:02:46 +0000 (14:02 +0000)
committermoodler <moodler>
Thu, 4 Jan 2007 14:02:46 +0000 (14:02 +0000)
blocks/search_forums/block_search_forums.php

index 0a76909e756efce41f620e3839d645a41b5554e5..4f76b790356d9961281f8bf8c1f75485f2350058 100644 (file)
@@ -32,7 +32,7 @@ class block_search_forums extends block_base {
         $button = (isset($CFG->block_search_button)) ? $CFG->block_search_button : get_string('go');
         
         $this->content->text  = '<div class="searchform">';
-        $this->content->text .= '<form name="search" action="'.$CFG->wwwroot.'/mod/forum/search.php" style="display:inline"><div>';
+        $this->content->text .= '<form action="'.$CFG->wwwroot.'/mod/forum/search.php" style="display:inline"><div>';
         $this->content->text .= '<input name="id" type="hidden" value="'.$this->instance->pageid.'" />';  // course
         $this->content->text .= '<input name="search" type="text" size="16" />';
         $this->content->text .= '<button type="submit" title="'.get_string('search').'">'.$button.'</button><br />';