Validation error, fixes #1462
git-svn-id: http://svn.automattic.com/wordpress/trunk@2732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbd789660a
commit
7fb99dd853
|
@ -146,7 +146,7 @@ case 'disabled':
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>WordPress » <?php _e('Registration Currently Disabled') ?></title>
|
||||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>">
|
||||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
|
||||
<link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css">
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue