Fix a bug in the resource loader causing it to return no Content-Type header for...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 4 Sep 2010 08:38:45 +0000 (08:38 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 4 Sep 2010 08:38:45 +0000 (08:38 +0000)
commit0aa8869150e86b18ed33facc7143c3f8f4c4330b
tree12d56b3898cfb3c481dedb4cf19dfb457b1a1184
parentea8b855c2ee90df4e34f5daa84da6590391d4a83
Fix a bug in the resource loader causing it to return no Content-Type header for 304s. Firefox doesn't care but Chrome seems to, so we always set the right Content-Type
includes/ResourceLoader.php