Skip to content

Commit

Permalink
Merged in A11y/SHIBUI-254 (pull request #18)
Browse files Browse the repository at this point in the history
SHIBUI-254: Added lang=en to html element per accessibility requirements

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Mar 19, 2018
1 parent 074968e commit 2d8276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ui</title>
Expand Down

0 comments on commit 2d8276b

Please sign in to comment.