test(core): add lang attr to html tag to resolve axe errors (#22410)

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2020-11-02 17:08:03 -05:00
committed by GitHub
gitea-unlock(16/)
parent 91d041485c
commit a9b2260100
octicon-diff(16/tw-mr-1) 235 changed files with 235 additions and 235 deletions

2
core/src/components/nav/test/basic/index.html
View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr">
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">

2
core/src/components/nav/test/nested/index.html
View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr">
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">

2
core/src/components/nav/test/routing/index.html
View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr">
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">