Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.1-core
-
None
Description
Sometimes one have to put <meta http-equiv="X-UA-Compatible" content="IE=xxx" /> into <head> to get a specific document mode in IE. (Details: http://msdn.microsoft.com/en-us/library/jj676915%28v=vs.85%29.aspx)
This tag must be rendered as first element (or directly after the title element). This is not possible, because the HeadRenderer renders generator-Tag as first meta-tag. This causes the wrong document mode in IE.