]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/searchform.tmpl
avoid $_ in a few other for loops
[ikiwiki.git] / templates / searchform.tmpl
index d49cf22d33340cb7c2603149179bf2bad6e78001..afae2ebf5d711b60fb87dbb9020cdcd98de4f98c 100644 (file)
@@ -1,5 +1,5 @@
 <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
 <div>
-<input type="text" name="P" value="" size="16" />
+<input type="text" id="searchbox" name="P" value="" size="16" />
 </div>
 </form>