X-UA-Compatible rendered incorrectly
description
Currently, Orchard renders 'X-UA-Compatible' with the following:
<meta content="IE=edge,chrome=1" name="X-UA-Compatible" />
The correct way to render 'X-UA-Compatible' is:
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">