mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Use <input type="search"> in search forms
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
>
|
||||
<div class="input-group">
|
||||
<input
|
||||
type="text"
|
||||
type="search"
|
||||
class="form-input input-sm"
|
||||
name="q"
|
||||
id="q"
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<input type="hidden" name="type" value="{{ post_type }}">
|
||||
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-input input-sm" name="q" id="q" placeholder="Search your {{ post_type }}s" value="{{ search }}">
|
||||
<input type="search" class="form-input input-sm" name="q" id="q" placeholder="Search your {{ post_type }}s" value="{{ search }}">
|
||||
<button class="btn btn-sm btn-link">Search</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user