]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/tiny_mce_gzip.php
Wordpress 2.0.11
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / tiny_mce_gzip.php
index c3af23ddd10e4557570ba6c1000a4b14fa082f59..2c66bc38a54b3fbe0a8bafb74143904baea807fc 100644 (file)
@@ -59,7 +59,7 @@
        gzip_compression();
 
        // Output rest of headers
        gzip_compression();
 
        // Output rest of headers
-       header("Content-type: text/javascript; charset: UTF-8");
+       header("Content-Type: text/javascript; charset=".get_bloginfo('charset'));
        header("Vary: Accept-Encoding"); // Handle proxies
        header("Expires: " . gmdate("D, d M Y H:i:s", time() + $expiresOffset) . " GMT");
 
        header("Vary: Accept-Encoding"); // Handle proxies
        header("Expires: " . gmdate("D, d M Y H:i:s", time() + $expiresOffset) . " GMT");