Set html lang attribute from language setting

This commit is contained in:
Aidan Gauland 2017-11-25 22:58:52 +13:00
parent c28d9e5cde
commit c0a5c28d80
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" style="height: 100%;">
<html id="root" lang="en" style="height: 100%;">
<head>
<meta charset="utf-8">
<title>Riot</title>