Make WordPress Core


Ignore:
Timestamp:
02/14/2005 04:36:57 AM (20 years ago)
Author:
saxmatt
Message:

html_type to allow for true XHTML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/header.php

    r2254 r2321  
    33
    44<head profile="http://gmpg.org/xfn/11">
    5     <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
     5    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    66
    77    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
Note: See TracChangeset for help on using the changeset viewer.