Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec484473 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] change lang attribute of the html to match the current locale - #350

parent 6ab569f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{% 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" />