aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-11-26 11:58:05 +0000
committerSimon McVittie <smcv@debian.org>2014-11-26 11:58:05 +0000
commit6c51b764bca2981b8962d7fcfd78efa533291283 (patch)
tree0d3cb6dee45983ea81309d0f45107878e1ca7f0c /templates/searchform.tmpl
parentdc0744a423255c21a455446f9871ea42aca244fa (diff)
parent22961f81ddf642b24e45fdf9707dff06e17742a7 (diff)
downloadikiwiki-6c51b764bca2981b8962d7fcfd78efa533291283.tar
ikiwiki-6c51b764bca2981b8962d7fcfd78efa533291283.tar.gz
Merge branch 'ready/html5'
Diffstat (limited to 'templates/searchform.tmpl')
-rw-r--r--templates/searchform.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/searchform.tmpl b/templates/searchform.tmpl
index cb65d124c..8cdf745f9 100644
--- a/templates/searchform.tmpl
+++ b/templates/searchform.tmpl
@@ -1,6 +1,6 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
<div>
<input type="text" id="searchbox" name="P" value="" size="16"
-<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
+ placeholder="search" />
</div>
</form>