diff options
Diffstat (limited to 'themes/pushbutton')
-rw-r--r-- | themes/pushbutton/xtemplate.xtmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pushbutton/xtemplate.xtmpl b/themes/pushbutton/xtemplate.xtmpl index a18a8118c..1126b0798 100644 --- a/themes/pushbutton/xtemplate.xtmpl +++ b/themes/pushbutton/xtemplate.xtmpl @@ -50,7 +50,7 @@ <!-- BEGIN: search_box --> <form action="{search_url}" method="post"> <div id="search"> - <input class="form-text" type="text" size="15" value="" name="keys" alt="{search_description}" /> + <input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="{search_description}" /> <input class="form-submit" type="submit" value="{search_button_text}" alt="submit" /> </div> </form> |