Show
Ignore:
Timestamp:
05/13/05 20:31:59 (3 years ago)
Author:
matt
Message:

http://mosquito.wordpress.org/view.php?id=1353 - Hat tip MC_incubus

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wp-db.php

    r2548 r2598  
    302302    if ( !$this->show_errors ) 
    303303        return false; 
    304     header( 'Content-Type: ' . get_bloginfo('html_type') . '; charset=' . get_bloginfo('charset') );   
     304    header( 'Content-Type: text/html; charset=utf-8');     
    305305    echo <<<HEAD 
    306306    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">