Index: wp-admin/index-extra.php
===================================================================
--- wp-admin/index-extra.php	(revision 4785)
+++ wp-admin/index-extra.php	(working copy)
@@ -2,6 +2,8 @@
 require_once('admin.php');
 require_once (ABSPATH . WPINC . '/rss.php');
 
+@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
+
 switch ( $_GET['jax'] ) {
 
 case 'incominglinks' :
