diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 17:43:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 17:43:14 +0000 |
commit | 8ded30c748b9fe0ada324c89e449f72530e40ed3 (patch) | |
tree | 2a7712d5ec4f2d2c61c4d2784dc7aa43204c8d40 | |
parent | 38ce4c3cef71518610cb934fde171e2d4aeff99e (diff) | |
download | ikiwiki-8ded30c748b9fe0ada324c89e449f72530e40ed3.tar ikiwiki-8ded30c748b9fe0ada324c89e449f72530e40ed3.tar.gz |
response
-rw-r--r-- | doc/patchqueue/make-searchform-template.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/patchqueue/make-searchform-template.mdwn b/doc/patchqueue/make-searchform-template.mdwn index aac5a144a..97a8b7e11 100644 --- a/doc/patchqueue/make-searchform-template.mdwn +++ b/doc/patchqueue/make-searchform-template.mdwn @@ -5,4 +5,9 @@ http://jameswestby.net/scratch/search_template.diff I wanted this so I could add a label to it easily. I don't really think there's a problem with doing it except that it makes it -more easy to break the search box.
\ No newline at end of file +more easy to break the search box. + + Thanks for the patch. The only problem I see is that the template + is identical but gets rebuilt per-page. Would probably be better to + build it only the first time, then reuse the rendered text for all + further pages, to avoid slowing ikiwiki down any. --[[Joey]] |