Add lang attribute to html tag
This commit is contained in:
parent
c86fa268c2
commit
0b47958fad
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="{{ g.user.locale }}">
|
||||||
<head>
|
<head>
|
||||||
<title>{{instance}} | {{title}}</title>
|
<title>{{instance}} | {{title}}</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user