summaryrefslogtreecommitdiff
path: root/searchform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-06-14 11:48:37 +0200
committerJonas Smedegaard <dr@jones.dk>2008-06-14 11:48:37 +0200
commit3a4dbe178ad4708f7c634f5cdcd71c20ec117734 (patch)
tree2e3e1ff53326b942b1767a826677e59783c643e6 /searchform.tmpl
parentb6a83290e8ee61e98302294fd545318e2fa9ecaa (diff)
parent2fb8dbca8338e24e7018355295d8248eba6e1132 (diff)
Merge commit 'ikiwiki' into master-da
Conflicts (manually merged): inlinepage.tmpl page.tmpl passwordmail.tmpl
Diffstat (limited to 'searchform.tmpl')
-rw-r--r--searchform.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchform.tmpl b/searchform.tmpl
index 7c4fdb0..d49cf22 100644
--- a/searchform.tmpl
+++ b/searchform.tmpl
@@ -1,7 +1,5 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
<div>
-<input type="text" name="phrase" value="" size="16" />
-<input type="hidden" name="enc" value="UTF-8" />
-<input type="hidden" name="do" value="hyperestraier" />
+<input type="text" name="P" value="" size="16" />
</div>
</form>