[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:
Markus 2024-09-15 17:05:02 +02:00 committed by Markus Heiser
parent d026486ce3
commit 67fcf3cc67
7 changed files with 7 additions and 7 deletions

View file

@ -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') -}}