Browse Source

HTML: Add lang= attribute to the <body> with the UI language as value

master
parent
commit
410a7c4366
  1. 2
      index.php

2
index.php

@ -58,7 +58,7 @@ html_export_var(array(
<script src="dist/locale-<?=$ui_lang?>.js?<?=$modulekit['version']?>"></script>
<?php @include "local-head.php" ?>
</head>
<body>
<body lang="<?=$ui_lang;?>">
<div id='map'></div>
<div id='mapShadow'></div>
<div id='sidebar'>

Loading…
Cancel
Save