diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-06-14 02:22:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-06-14 02:22:32 +0200 |
commit | 2fb8dbca8338e24e7018355295d8248eba6e1132 (patch) | |
tree | 5d73bac2f7c07ef3cb15da04c79c4a9f5c7870f1 /searchform.tmpl | |
parent | ca952f3eaea5227909b8cf574ee2d8fa34aa21b7 (diff) |
Sync with ikiwiki 2.49.
Diffstat (limited to 'searchform.tmpl')
-rw-r--r-- | searchform.tmpl | 4 |
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> |