mirror of
https://github.com/searxng/searxng.git
synced 2024-11-15 01:00:12 +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
@ -8,7 +8,7 @@
|
|||||||
{%- if preferences.get_value('center_alignment') -%}
|
{%- if preferences.get_value('center_alignment') -%}
|
||||||
checked
|
checked
|
||||||
{%- endif -%}{{- ' ' -}}
|
{%- endif -%}{{- ' ' -}}
|
||||||
/>{{- '' -}}
|
>{{- '' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Displays results in the center of the page (Oscar layout).') -}}
|
{{- _('Displays results in the center of the page (Oscar layout).') -}}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{%- if preferences.get_value('image_proxy') -%}
|
{%- if preferences.get_value('image_proxy') -%}
|
||||||
checked
|
checked
|
||||||
{%- endif -%}{{- ' ' -}}
|
{%- endif -%}{{- ' ' -}}
|
||||||
/>{{- '' -}}
|
>{{- '' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Proxying image results through SearXNG') -}}
|
{{- _('Proxying image results through SearXNG') -}}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{%- if preferences.get_value('infinite_scroll') -%}
|
{%- if preferences.get_value('infinite_scroll') -%}
|
||||||
checked
|
checked
|
||||||
{%- endif -%}{{- ' ' -}}
|
{%- endif -%}{{- ' ' -}}
|
||||||
/>{{- '' -}}
|
>{{- '' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Automatically load next page when scrolling to bottom of current page') -}}
|
{{- _('Automatically load next page when scrolling to bottom of current page') -}}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{%- if preferences.get_value('query_in_title') -%}
|
{%- if preferences.get_value('query_in_title') -%}
|
||||||
checked
|
checked
|
||||||
{%- endif -%}{{- ' ' -}}
|
{%- endif -%}{{- ' ' -}}
|
||||||
/>{{- '' -}}
|
>{{- '' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _("When enabled, the result page's title contains your query. Your browser can record this title") -}}
|
{{- _("When enabled, the result page's title contains your query. Your browser can record this title") -}}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{%- if preferences.get_value('results_on_new_tab') -%}
|
{%- if preferences.get_value('results_on_new_tab') -%}
|
||||||
checked
|
checked
|
||||||
{%- endif -%}{{- ' ' -}}
|
{%- endif -%}{{- ' ' -}}
|
||||||
/>{{- ' ' -}}
|
>{{- ' ' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Open result links on new browser tabs') -}}
|
{{- _('Open result links on new browser tabs') -}}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{%- if preferences.get_value('search_on_category_select') -%}
|
{%- if preferences.get_value('search_on_category_select') -%}
|
||||||
checked
|
checked
|
||||||
{%- endif -%}{{- ' ' -}}
|
{%- endif -%}{{- ' ' -}}
|
||||||
/>{{- '' -}}
|
>{{- '' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Perform search immediately if a category selected. Disable to select multiple categories') -}}
|
{{- _('Perform search immediately if a category selected. Disable to select multiple categories') -}}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<div class="value">{{- '' -}}
|
<div class="value">{{- '' -}}
|
||||||
<input name="tokens" aria-labelledby="pref_tokens" type="text"
|
<input name="tokens" aria-labelledby="pref_tokens" type="text"
|
||||||
autocomplete="off" spellcheck="false" autocorrect="off"
|
autocomplete="off" spellcheck="false" autocorrect="off"
|
||||||
value='{{ preferences.tokens.get_value() }}'/>{{- '' -}}
|
value='{{ preferences.tokens.get_value() }}'>{{- '' -}}
|
||||||
</div>{{- '' -}}
|
</div>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Access tokens for private engines') -}}
|
{{- _('Access tokens for private engines') -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user