Index: template.php
===================================================================
--- template.php	(revision 19547)
+++ template.php	(working copy)
@@ -1651,6 +1651,9 @@
 }
 
 function _wp_admin_html_begin() {
+	status_header( 200 );
+	nocache_headers();
+	header('Content-Type: text/html; charset=' . get_option('blog_charset'));
 ?>
 <!DOCTYPE html>
 <!--[if IE 8]>
