[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

@@ -8,7 +8,7 @@
{%- if preferences.get_value('infinite_scroll') -%}
checked
{%- endif -%}{{- ' ' -}}
/>{{- '' -}}
>{{- '' -}}
</p>{{- '' -}}
<div class="description">
{{- _('Automatically load next page when scrolling to bottom of current page') -}}