This reverts commit 84c4ca3343663425d9a3105dfb82637b79ec1c04
[ikiwiki] / templates / searchform.tmpl
1 <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
2 <div>
3 <input type="text" id="searchbox" name="P" value="" size="16"
4 <TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
5 </div>
6 </form>