Committer: vad
LJSV-2233: Style Bluetiful looks incorrectlyU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-07-23 13:11:44 UTC (rev 22485) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-07-23 14:45:42 UTC (rev 22486) @@ -383,7 +383,10 @@ ## JS/CSS file concatenation ## skip it for .bml. if ( - ($host eq "stat.$LJ::DOMAIN" and LJ::Request->uri !~ /\.bml$/) or + ($host eq "stat.$LJ::DOMAIN" + and LJ::Request->uri !~ /\.bml$/ ## BML is allowed on stat. domain + and LJ::Request->uri !~ m|/palimg/| ## PaletteModify actions are processed by other handler + ) or ($LJ::IS_SSL and LJ::Request->unparsed_uri =~ /\?\?/) ){ Apache::LiveJournal::ConcatHeadFiles->load; @@ -393,7 +396,7 @@ } ## - ## Process old/non-cacnonical URL and renamed accounts. + ## Process old/non-canonical URL and renamed accounts. if ($host !~ /^www\./){ my $uri = LJ::Request->uri; my $current_url = "http://$host$uri";