Committer: sboronchiev
LJSUP-14230: Add ability to select between IE7 or IE8 modeU trunk/templates/SiteScheme/lanzelot.tmpl
Modified: trunk/templates/SiteScheme/lanzelot.tmpl =================================================================== --- trunk/templates/SiteScheme/lanzelot.tmpl 2012-11-13 16:19:22 UTC (rev 12893) +++ trunk/templates/SiteScheme/lanzelot.tmpl 2012-11-14 06:42:13 UTC (rev 12894) @@ -1,7 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> - <TMPL_IF ie8_ie7_compatible><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /></TMPL_IF> + <TMPL_IF ie8_ie7_compatible> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> + <TMPL_ELSE> + <meta http-equiv="x-ua-compatible" content="ie=edge" /> + </TMPL_IF> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title><TMPL_VAR windowtitle></title> <meta name="viewport" content="width=device-width,initial-scale=1">