From 988910d451b4360209307ef2c3070fdb563d7c35 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 5 Oct 2021 15:03:28 +0200 Subject: [fix] templates: lang attribute of html uses hyphen https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-lang https://www.w3.org/TR/REC-xml/#sec-lang-tag --- searx/templates/simple/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index ac6a09822..108d2fcf5 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -1,5 +1,5 @@ - + -- cgit v1.2.3