1 Here is a small patch that adds a new template for the search form.
3 http://jameswestby.net/scratch/search_template.diff
5 I wanted this so I could add a label to it easily.
7 I don't really think there's a problem with doing it except that it makes it
8 more easy to break the search box.
10 Thanks for the patch. The only problem I see is that the template
11 is identical but gets rebuilt per-page. Would probably be better to
12 build it only the first time, then reuse the rendered text for all
13 further pages, to avoid slowing ikiwiki down any. --[[Joey]]