Fixed css references

git-svn-id: http://svn.automattic.com/wordpress/trunk@368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2003-09-12 16:46:46 +00:00
parent 3bdc9c5bc2
commit 57bec3f325
1 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ case 'register':
<head> <head>
<title>WordPress &raquo; Registration Complete</title> <title>WordPress &raquo; Registration Complete</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css" /> <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
</head> </head>
<body> <body>
@ -145,7 +145,7 @@ case 'disabled':
<head> <head>
<title>WordPress &raquo; Registration Currently Disabled</title> <title>WordPress &raquo; Registration Currently Disabled</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css"> <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css">
</head> </head>
<body> <body>
@ -171,7 +171,7 @@ default:
<head> <head>
<title>WordPress &raquo; Registration Form</title> <title>WordPress &raquo; Registration Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css" /> <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
</head> </head>
<body> <body>