Skip to content

Commit e184ce9

Browse files
peterblazejewiczMarkPieszak
authored andcommitted
feat(charset): move declaration to top (#711)
Just to follow established routes: https://blogs.msdn.microsoft.com/ieinternals/2011/07/18/best-practice-get-your-head-in-order/ Thanks!
1 parent 5e43331 commit e184ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Views/Shared/_Layout.cshtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8" />
45
<base href="@(Url.Content("~/"))" />
56
<title>@ViewData["Title"]</title>
6-
7-
<meta charset="utf-8" />
7+
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
@Html.Raw(ViewData["Meta"])
1010
@Html.Raw(ViewData["Links"])

0 commit comments

Comments
 (0)