X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8a6a5320edc2c8a2ed357463b61f161d5b295fbf..58bede17b5d05eb3ee1d2a0d54ec6e4b1ccdcbe0:/templates/searchform.tmpl?ds=inline

diff --git a/templates/searchform.tmpl b/templates/searchform.tmpl
index d49cf22d3..8cdf745f9 100644
--- a/templates/searchform.tmpl
+++ b/templates/searchform.tmpl
@@ -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"
+  placeholder="search" />
 </div>
 </form>