mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Remove duplicated > (#521)
This commit is contained in:
parent
0b76982d63
commit
f1ec755618
@ -10,7 +10,7 @@
|
||||
<form method="GET">
|
||||
<label for="q" class="visually-hidden">{{ _('Search all packages') }}</label>
|
||||
<div class="input-group">
|
||||
<input class="form-control" id="q" name="q" type="text" placeholder="{{ _('Search all packages') }}">>
|
||||
<input class="form-control" id="q" name="q" type="text" placeholder="{{ _('Search all packages') }}">
|
||||
<input class="btn btn-primary" type="submit" value="{{ _('Search') }}">
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user