]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for MDL-7861.
authorvyshane <vyshane>
Wed, 10 Jan 2007 06:31:51 +0000 (06:31 +0000)
committervyshane <vyshane>
Wed, 10 Jan 2007 06:31:51 +0000 (06:31 +0000)
blocks/search/block_search.php

index 365ad2f8868ffcb269f881406ff1c6cccc798c96..286b258eb794225f5b1aacfa91499357af026953 100644 (file)
@@ -52,7 +52,7 @@
         $this->content->text =
             '<form id="searchquery" method="get" action="'. $CFG->wwwroot .'/search/query.php"><div>'
           . '<label for="block_search_q">'. $label .'</label>'
-          . '<input id="block_search_q" type="text" name="query_string" length="50" />'
+          . '<input id="block_search_q" type="text" name="query_string" />'
           . '<input type="submit" value="'.$button.'" />'
           . '</div></form>';
       } else {