Make WordPress Core


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

html_type to allow for true XHTML.

File:
1 edited

Legend:

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

    r2285 r2321  
    5353<head>
    5454<title><?php bloginfo('name') ?> &rsaquo; Bookmarklet &#8212; WordPress</title>
    55 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
     55<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
    5656<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    5757<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
Note: See TracChangeset for help on using the changeset viewer.