summaryrefslogtreecommitdiff
path: root/searchform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-06-09 23:01:57 +0200
committerJonas Smedegaard <dr@jones.dk>2018-06-09 23:01:57 +0200
commit9170baeee968e75728a57acd02672f3767c07d7e (patch)
tree72aa534df7f9dc46ca323363e68d2cc51545997c /searchform.tmpl
parent171265e398da9eb3bce0ffed6ee3fc09cca601d7 (diff)
Sync with ikiwiki 3.20180311.ikiwiki
Diffstat (limited to 'searchform.tmpl')
-rw-r--r--searchform.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchform.tmpl b/searchform.tmpl
index cb65d12..8cdf745 100644
--- a/searchform.tmpl
+++ b/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>