Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix [[!meta name=foo]] by closing the open quote.
[git.ikiwiki.info.git]
/
templates
/
searchform.tmpl
diff --git
a/templates/searchform.tmpl
b/templates/searchform.tmpl
index cb65d124ca9d543b762bbfb5e40100e09c5e1436..8cdf745f9a9e1d6b53a19be2780fd76fcae9fbf9 100644
(file)
--- 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>