templates/*: Drop HTML5 conditions

This commit is contained in:
Antoine Martin 2024-09-08 16:23:23 -04:00
parent c8e8d68070
commit 7fb0d721d3
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 7 additions and 13 deletions

View file

@ -1,4 +1,4 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" class="navbar-form navbar-left" role="search">
<input type="text" class="form-control" name="P" value="" size="16"
<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
placeholder="search" />
</form>