mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Jinja bugfix: add xmlns + xml:lang to <html>
This was not brought over during the initial commit involving partisl/layout.html. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
75cc0be189
commit
a8a9c28783
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ language }}">
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
|
xml:lang="{{ language }}" lang="{{ language }}">
|
||||||
{% include 'partials/head.html' %}
|
{% include 'partials/head.html' %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue