Set html lang attribute from language setting
This commit is contained in:
parent
c28d9e5cde
commit
c0a5c28d80
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue