diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-07-07 09:43:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-07 09:43:12 +0200 |
| commit | df837d8b1b45d7386a1ab81f9b5da04baedc6274 (patch) | |
| tree | a7ce3e439e7d7d8fd1cd8598bf23ed8c934c63b0 /searx/templates/simple/base.html | |
| parent | e524358426ffeb5a8bdefef429e5e7611a1c0c35 (diff) | |
| parent | d8de994e0fd0abd42172bbae7026e04082708fe9 (diff) | |
Merge pull request #1428 from return42/fix-center_aligment
fix typo and document preference 'center_alignment' in the 'ui' section
Diffstat (limited to 'searx/templates/simple/base.html')
| -rw-r--r-- | searx/templates/simple/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index d1d3d8fe5..a2464a1a5 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_aligment') 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-aligment-{{ 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, hackable metasearch engine"> |