Fix css path for readme.html. Props Stevie212, JeremyVisser. fixes #4751
git-svn-id: http://svn.automattic.com/wordpress/trunk@5878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f478ddaa36
commit
5e34cab763
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>WordPress › ReadMe</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="wp-admin/install.css" type="text/css" />
|
||||
<link rel="stylesheet" href="wp-admin/css/install.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="logo" style="text-align: center">
|
||||
|
|
Loading…
Reference in New Issue