]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/searchform.tmpl
better autotag title
[ikiwiki.git] / templates / searchform.tmpl
index d49cf22d33340cb7c2603149179bf2bad6e78001..cb65d124ca9d543b762bbfb5e40100e09c5e1436 100644 (file)
@@ -1,5 +1,6 @@
 <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"
+<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
 </div>
 </form>