mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] Removes `/>` ending tags for void HTML elements
continuation of commit: 0b832f19b
Signed-off-by: Markus <markus@venom.fritz.box>
This commit is contained in:
parent
d026486ce3
commit
67fcf3cc67
7 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="value">{{- '' -}}
|
||||
<input name="tokens" aria-labelledby="pref_tokens" type="text"
|
||||
autocomplete="off" spellcheck="false" autocorrect="off"
|
||||
value='{{ preferences.tokens.get_value() }}'/>{{- '' -}}
|
||||
value='{{ preferences.tokens.get_value() }}'>{{- '' -}}
|
||||
</div>{{- '' -}}
|
||||
<div class="description">
|
||||
{{- _('Access tokens for private engines') -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue