Committer: narefieva
LJSUP-7436: Add Compatible Meta tag for IE9U trunk/cgi-bin/bml/scheme/lanzelot.look U trunk/cgi-bin/bml/scheme/nonavigation.look U trunk/htdocs/error-page.bml
Modified: trunk/cgi-bin/bml/scheme/lanzelot.look =================================================================== --- trunk/cgi-bin/bml/scheme/lanzelot.look 2010-11-25 11:36:05 UTC (rev 9757) +++ trunk/cgi-bin/bml/scheme/lanzelot.look 2010-11-25 12:46:42 UTC (rev 9758) @@ -41,7 +41,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="alexaVerifyID" content="dkPrlrocB3BLvlvyocBIdCgG_ik" /> <!-- this line is temporary. remove it in 73rd or 74th release --> <title><?_code { my $elhash = $_[1]; return $elhash->{'WINDOWTITLE'} || $elhash->{'TITLE'}; } _code?></title> Modified: trunk/cgi-bin/bml/scheme/nonavigation.look =================================================================== --- trunk/cgi-bin/bml/scheme/nonavigation.look 2010-11-25 11:36:05 UTC (rev 9757) +++ trunk/cgi-bin/bml/scheme/nonavigation.look 2010-11-25 12:46:42 UTC (rev 9758) @@ -16,7 +16,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> -<meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> +<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> <title>%%title%%</title> <?_code LJ::res_includes() _code?> <link rel="stylesheet" type="text/css" href="<?statprefix?>/lj_base-app.css" /> Modified: trunk/htdocs/error-page.bml =================================================================== --- trunk/htdocs/error-page.bml 2010-11-25 11:36:05 UTC (rev 9757) +++ trunk/htdocs/error-page.bml 2010-11-25 12:46:42 UTC (rev 9758) @@ -149,7 +149,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>$title</title> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="$LJ::STATPREFIX/framework/error-pages.css" rel="stylesheet" type="text/css" /> <!--[if lte IE 7]><link rel="stylesheet" href="$LJ::STATPREFIX/framework/error-pages-ie.css"><![endif]-->