mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-15 12:52:17 -04:00
Add 'lang' to HTML tag
This commit is contained in:
parent
075adb4f03
commit
6859b85266
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="<%= env.get("preferences").as(Preferences).locale %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="<%= env.get("preferences").as(Preferences).locale %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue