Merge pull request #146 from Safelite/feature/CSR-49
Adding language attribute to the html tag
This commit is contained in:
commit
7c026c0468
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
|
|||
Loading…
Reference in a new issue