Make WordPress Core


Ignore:
Timestamp:
04/19/2005 03:35:48 AM (21 years ago)
Author:
matt
Message:

Be sure about encoding. Fixes http://mosquito.wordpress.org/view.php?id=1222

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r2532 r2548  
    1313else
    1414    $step = 0;
     15header( 'Content-Type: text/html; charset=utf-8' );
    1516?>
    1617<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset for help on using the changeset viewer.