Set correct lang attribute (#5479)

* Set correct lang attribute

* Update lit-localize-lite-mixin.ts

* Update translations-mixin.ts

* Remove lang=""

* Move logic out of mixin
This commit is contained in:
Bram Kragten
2020-04-08 12:36:06 +02:00
committed by GitHub
parent a71f42366a
commit 4f70ec7dc2
8 changed files with 29 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />