Set charset in blogger importer iframe. Props Sewar. fixes #2404

git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-03-04 22:11:48 +00:00
parent 4af5cbb92d
commit 0f43c76667

View File

@ -599,6 +599,8 @@ class Blogger_Import {
}
if ( isset($_GET['noheader']) ) {
header('Content-Type: text/html; charset=utf-8');
$this->import = get_settings('import-blogger');
if ( false === $this->import ) {