Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /