summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-06-26 08:09:33 +0000
committerGitHub <noreply@github.com>2020-06-26 08:09:33 +0000
commit5fac6cffa2fc974e12fc4c07530561c380fbb1f0 (patch)
tree765aab5a0f0eec32ca14012fce186f1069c15014 /searx/templates/oscar/base.html
parentfc370faa5bf2d11031a389c39f8a49d85f2f164c (diff)
parent040adecabf0540ebcbb672dcd20097bce3535503 (diff)
Merge branch 'master' into gigablast
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index 839619976..2ccadd700 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -1,6 +1,6 @@
{% from 'oscar/macros.html' import icon %}
<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"{% if rtl %} dir="rtl"{% endif %}>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ preferences.get_value('locale') }}" xml:lang="{{ preferences.get_value('locale') }}"{% if rtl %} dir="rtl"{% endif %}>
<head>
<meta charset="UTF-8" />
<meta name="description" content="searx - a privacy-respecting, hackable metasearch engine" />