Skip to content

Commit

Permalink
fix error in meta X-UA-Compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
annaked committed Jan 21, 2018
1 parent 98254be commit e6c8964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExpressEntryCalculator.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Express Entry Calculator @ViewData["Title"]</title>
<meta name="description" content="Program which calculates points for Canadian immigration system called
Express Entry based on Comprehensive Ranking System (CRS) Criteria." />
<meta name="keywords" content="Express Entry points, Express Entry calculator, Express Entry, Immigration to Canada
Canada Express Entry, Skilled worker in Canada, Canada imigration system, Comprehensive Ranking System (CRS) Criteria,
Express Entry profile, permanent residence" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

<environment include="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
Expand Down

0 comments on commit e6c8964

Please sign in to comment.