summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-11 16:51:09 +0200
committerSimon Rettberg2019-07-11 16:51:09 +0200
commit69034d1d654e3fec5d422958ebac0451836bbac5 (patch)
treee08ac6c1586c13694790fac28724c31c30fda517
parent[baseconfig_bwlp/baseconfig] Update translations (diff)
downloadslx-admin-69034d1d654e3fec5d422958ebac0451836bbac5.tar.gz
slx-admin-69034d1d654e3fec5d422958ebac0451836bbac5.tar.xz
slx-admin-69034d1d654e3fec5d422958ebac0451836bbac5.zip
[inc/Render] Add lang property to html tag
-rw-r--r--inc/render.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/render.inc.php b/inc/render.inc.php
index 58266af1..b8f911ed 100644
--- a/inc/render.inc.php
+++ b/inc/render.inc.php
@@ -71,7 +71,7 @@ class Render
ob_start('ob_gzhandler');
echo
'<!DOCTYPE html>
- <html>
+ <html lang="' . LANG . '">
<head>
<title>', $title, self::$title, (defined('CONFIG_PRODUCT_NAME_LONG') ? CONFIG_PRODUCT_NAME_LONG : 'OpenSLX Admin'), '</title>
<meta charset="utf-8">