Skip to content

Commit dadca3a

Browse files
committed
fix typo in head meta tag
1 parent 7dcb0c1 commit dadca3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/MvcWebApiSiteTest/Views/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset=""utf-8" />
4+
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
66
<meta name="description" content="WebApiContrib : Community Contributions for ASP.NET Web API" />
77
<link rel="stylesheet" type="text/css" media="screen" href="/Content/Site.css">

0 commit comments

Comments
 (0)