summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences/image_proxy.html
diff options
context:
space:
mode:
authorMarkus <markus@venom.fritz.box>2024-09-15 17:05:02 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-09-21 15:23:21 +0200
commit67fcf3cc67c842aebd512922a751d0ebe1bb9264 (patch)
treeeeee49c272b344a0ad55d76c9df7b8619c47c57e /searx/templates/simple/preferences/image_proxy.html
parentd026486ce39d02f1e282024b397581b18f327135 (diff)
[fix] Removes ``/>`` ending tags for void HTML elements
continuation of commit: 0b832f19b Signed-off-by: Markus <markus@venom.fritz.box>
Diffstat (limited to 'searx/templates/simple/preferences/image_proxy.html')
-rw-r--r--searx/templates/simple/preferences/image_proxy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences/image_proxy.html b/searx/templates/simple/preferences/image_proxy.html
index afb3465d4..d79a57b16 100644
--- a/searx/templates/simple/preferences/image_proxy.html
+++ b/searx/templates/simple/preferences/image_proxy.html
@@ -8,7 +8,7 @@
{%- if preferences.get_value('image_proxy') -%}
checked
{%- endif -%}{{- ' ' -}}
- />{{- '' -}}
+ >{{- '' -}}
</p>{{- '' -}}
<div class="description">
{{- _('Proxying image results through SearXNG') -}}