Skip to content

Commit

Permalink
fixing a11y issue by adding lang attribute to html element (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner authored and RobbieTheWagner committed Aug 12, 2019
1 parent 2055f88 commit d1baf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down

0 comments on commit d1baf6f

Please sign in to comment.