summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/xtemplate.xtmpl2
-rw-r--r--themes/pushbutton/xtemplate.xtmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/bluemarine/xtemplate.xtmpl b/themes/bluemarine/xtemplate.xtmpl
index c9a41cd88..eb7be0813 100644
--- a/themes/bluemarine/xtemplate.xtmpl
+++ b/themes/bluemarine/xtemplate.xtmpl
@@ -34,7 +34,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}" />
</div>
</form>
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>