Skip to content

Commit ae0d737

Browse files
authored
Adding lang to html tag (#5173)
1 parent 81a8523 commit ae0d737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DotNet.Status.Web/DotNet.Status.Web/Pages/Status.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828

2929
<!DOCTYPE html>
3030

31-
<html>
31+
<html lang="en">
3232
<head>
3333
<meta name="viewport" content="width=device-width" />
3434
@switch (@Request.Query["code"].ToString())

src/DotNet.Status.Web/DotNet.Status.Web/Pages/_Layout.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22

3-
<html>
3+
<html lang="en">
44

55
<head>
66
<meta charset="utf-8" />

0 commit comments

Comments
 (0)