Committer: sboronchiev
LJSUP-13899: No custom userhead in page title in ChromeU trunk/cgi-bin/LJ/Hooks/S2Styles.pm
Modified: trunk/cgi-bin/LJ/Hooks/S2Styles.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/S2Styles.pm 2013-01-10 12:32:27 UTC (rev 13092) +++ trunk/cgi-bin/LJ/Hooks/S2Styles.pm 2013-01-10 13:02:18 UTC (rev 13093) @@ -8,7 +8,7 @@ $$str_ref .= expresslane_html_comment($u); my $journal = LJ::get_active_journal(); if ($journal && $journal->is_person) { - $$str_ref .= qq{<link rel="shortcut icon" type="image/x-icon" href="$LJ::IMGPREFIX/userinfo.ico?v=$LJ::CURRENT_VERSION">\n}; + $$str_ref .= qq{<!--[if lte IE 8]><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="$LJ::IMGPREFIX/userinfo.ico?v=$LJ::CURRENT_VERSION"><![endif]-->\n}; my ($userhead) = $journal->userhead; $userhead = $LJ::IMGPREFIX . "/" . $userhead unless $userhead =~ m|^http://|;