templates: add lang attribute (#86622) #55

Merged
fpeters merged 1 commits from wip/86622-html-lang into main 2024-02-09 07:28:56 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% load i18n gadjo static %}<!DOCTYPE html>
<html>
<html {% if LANGUAGE_CODE %}lang="{{ LANGUAGE_CODE }}"{% endif %} {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
<meta charset="utf-8"/>
<title>{% block page-title %}{% endblock %}</title>