Changeset 2732

Show
Ignore:
Timestamp:
07/23/05 06:39:57 (3 years ago)
Author:
matt
Message:

Validation error, fixes #1462

Files:

Legend:

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

    r2704 r2732  
    147147<head> 
    148148    <title>WordPress &raquo; <?php _e('Registration Currently Disabled') ?></title> 
    149     <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>"
     149    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /
    150150    <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css"> 
    151151</head>