summaryrefslogtreecommitdiff
path: root/root/search
diff options
context:
space:
mode:
Diffstat (limited to 'root/search')
-rw-r--r--root/search2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/search b/root/search
index 198bc35..c40b78f 100644
--- a/root/search
+++ b/root/search
@@ -2,7 +2,7 @@
<form action="[% href.search() %]" method="get">
<p>
<label for="term">Search:</label>
- <input type="text" id="term" name="q" size="30" />
+ <input autocomplete="off" type="text" id="term" name="q" size="30" />
<input type="hidden" name="tags" value="[% IF local; FOR tag IN tagset.tags; tag.pk _ ' '; END; END %]" />
<input type="submit" name="go" value=">" />
</p>