summaryrefslogtreecommitdiff
path: root/searchform.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-20 23:39:15 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-20 23:39:15 +0200
commitaee01ea5efd522f85979c87065b9de7a9c19d698 (patch)
treef5f6644561903abd336761ed71fe24623fe2a5b2 /searchform.tmpl
parent5967d73895eaf2410c48b886e3cf2778f678fd62 (diff)
parent5df058b2b3dc6e565ad3b3604263f487ef65f2af (diff)
Merge branch 'master' into master-noneditmaster-nonedit
Conflicts (manually resolved): page.tmpl
Diffstat (limited to 'searchform.tmpl')
-rw-r--r--searchform.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchform.tmpl b/searchform.tmpl
index afae2eb..cb65d12 100644
--- a/searchform.tmpl
+++ b/searchform.tmpl
@@ -1,5 +1,6 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
<div>
-<input type="text" id="searchbox" name="P" value="" size="16" />
+<input type="text" id="searchbox" name="P" value="" size="16"
+<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
</div>
</form>