From ff3d436b2f49741f295b3195f721943123d2d3e5 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 13 May 2005 20:31:59 +0000 Subject: [PATCH] http://mosquito.wordpress.org/view.php?id=1353 - Hat tip MC_incubus git-svn-id: http://svn.automattic.com/wordpress/trunk@2598 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 38609ac57..8211b0844 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -301,7 +301,7 @@ class wpdb { function bail($message) { // Just wraps errors in a nice header and footer if ( !$this->show_errors ) return false; - header( 'Content-Type: ' . get_bloginfo('html_type') . '; charset=' . get_bloginfo('charset') ); + header( 'Content-Type: text/html; charset=utf-8'); echo <<