summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2024-10-09 11:59:31 +0200
committerBnyro <bnyro@tutanota.com>2024-11-24 12:41:57 +0100
commitf31a3a2053b07b834c5143bd6be4eaf05c1a014d (patch)
tree9f74011af2301a313b6780e711324efd88435b70 /searx/templates
parent0253c10b522fe2e8206db78e37066771ce90cf92 (diff)
downloadsearxng-f31a3a2053b07b834c5143bd6be4eaf05c1a014d.tar.gz
searxng-f31a3a2053b07b834c5143bd6be4eaf05c1a014d.zip
[chore] *: fix typos detected by typos-cli
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/base.html2
-rw-r--r--searx/templates/simple/elements/apis.html2
-rw-r--r--searx/templates/simple/elements/engines_msg.html4
-rw-r--r--searx/templates/simple/elements/search_url.html2
-rw-r--r--searx/templates/simple/elements/suggestions.html2
-rw-r--r--searx/templates/simple/new_issue.html2
-rw-r--r--searx/templates/simple/results.html4
7 files changed, 9 insertions, 9 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html
index 4aeab383a..93a1a3902 100644
--- a/searx/templates/simple/base.html
+++ b/searx/templates/simple/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }} center-aligment-{{ preferences.get_value('center_alignment') and 'yes' or 'no' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}>
+<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }} center-alignment-{{ preferences.get_value('center_alignment') and 'yes' or 'no' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}>
<head>
<meta charset="UTF-8">
<meta name="description" content="SearXNG — a privacy-respecting, open metasearch engine">
diff --git a/searx/templates/simple/elements/apis.html b/searx/templates/simple/elements/apis.html
index 5c7a07110..d1d5ec60d 100644
--- a/searx/templates/simple/elements/apis.html
+++ b/searx/templates/simple/elements/apis.html
@@ -1,5 +1,5 @@
<div id="apis" role="complementary" aria-labelledby="apis-title">
- <details class="sidebar-collapsable">
+ <details class="sidebar-collapsible">
<summary class="title" id="apis-title">{{ _('Download results') }}</summary>
<div class="wrapper">
{%- for output_type in search_formats -%}
diff --git a/searx/templates/simple/elements/engines_msg.html b/searx/templates/simple/elements/engines_msg.html
index 7a843ac14..addf0edc6 100644
--- a/searx/templates/simple/elements/engines_msg.html
+++ b/searx/templates/simple/elements/engines_msg.html
@@ -1,9 +1,9 @@
<div id="engines_msg">
{% if (not results and not answers) or not max_response_time %}
- <details class="sidebar-collapsable" open>
+ <details class="sidebar-collapsible" open>
<summary class="title" id="engines_msg-title">{{ _('Messages from the search engines') }}</summary>
{% else %}
- <details class="sidebar-collapsable">
+ <details class="sidebar-collapsible">
<summary class="title" id="engines_msg-title">{{ _('Response time') }}: {{ max_response_time | round(1) }} {{ _('seconds') }}</summary>
{% endif %}
<table class="engine-stats" id="engines_msg-table">
diff --git a/searx/templates/simple/elements/search_url.html b/searx/templates/simple/elements/search_url.html
index 77c956dac..a585ff70b 100644
--- a/searx/templates/simple/elements/search_url.html
+++ b/searx/templates/simple/elements/search_url.html
@@ -1,5 +1,5 @@
<div id="search_url" role="complementary" aria-labelledby="search_url-title">
- <details class="sidebar-collapsable">
+ <details class="sidebar-collapsible">
<summary class="title" id="search_url-title">{{ _('Search URL') }}</summary>
<button id="copy_url" type="submit" data-copied-text="{{ _('Copied') }}">{{ _('Copy') }}</button>
<div class="selectable_url">
diff --git a/searx/templates/simple/elements/suggestions.html b/searx/templates/simple/elements/suggestions.html
index 077a8ed2d..e90755176 100644
--- a/searx/templates/simple/elements/suggestions.html
+++ b/searx/templates/simple/elements/suggestions.html
@@ -1,5 +1,5 @@
<div id="suggestions" role="complementary" aria-labelledby="suggestions-title">
- <details class="sidebar-collapsable">
+ <details class="sidebar-collapsible">
<summary class="title" id="suggestions-title">{{ _('Suggestions') }}</summary>
<div class="wrapper">
{%- for suggestion in suggestions -%}
diff --git a/searx/templates/simple/new_issue.html b/searx/templates/simple/new_issue.html
index ba7997bd4..142da727a 100644
--- a/searx/templates/simple/new_issue.html
+++ b/searx/templates/simple/new_issue.html
@@ -61,7 +61,7 @@ or manually by executing the searx/webapp.py file? -->
{%- endfor -%}
</textarea>
<input type="checkbox" id="step1">
- <label for="step1">{{ _('Start submiting a new issue on GitHub') }}</label>
+ <label for="step1">{{ _('Start submitting a new issue on GitHub') }}</label>
<div class="step1 step_content">
<p><a href="{{ get_setting('brand.issue_url') }}?q=is%3Aissue+Bug:%20{{ engine_name }} {{ technical_report }}" target="_blank" rel="noreferrer noreferrer">{{ _('Please check for existing bugs about this engine on GitHub') }}</a></p>
</div>
diff --git a/searx/templates/simple/results.html b/searx/templates/simple/results.html
index fbc41a17a..e2d4217d5 100644
--- a/searx/templates/simple/results.html
+++ b/searx/templates/simple/results.html
@@ -44,7 +44,7 @@
{%- if infoboxes -%}
<div id="infoboxes">
- <details open class="sidebar-collapsable">
+ <details open class="sidebar-collapsible">
<summary class="title">{{ _('Info') }}</summary>
{%- for infobox in infoboxes -%}
{%- include 'simple/elements/infobox.html' -%}
@@ -67,7 +67,7 @@
{%- include 'simple/elements/apis.html' -%}
{%- endif -%}
- <div id="sidebar-end-collapsable"></div>
+ <div id="sidebar-end-collapsible"></div>
</div>
{% if corrections %}