trying to make it work for ie

svn path=/branches/test/; revision=27743
This commit is contained in:
hugo 2014-01-29 16:55:56 +00:00
parent 6bd58d8f45
commit eca9fc9536

View File

@ -73,6 +73,12 @@
<xsl:attribute name="name">viewport</xsl:attribute>
<xsl:attribute name="content">width=device-width, initial-scale=1.0"</xsl:attribute>
</xsl:element>
<!--For old versions of IE-->
<xsl:element name="meta">
<xsl:attribute name="http-equiv">X-UA-Compatible</xsl:attribute>
<xsl:attribute name="content">IE=edge</xsl:attribute>
</xsl:element>
<xsl:choose>
<xsl:when test="/buildinfo/document/body[ contains( @class, 'fellowship' ) ]">