]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/setup-config.php
Wordpress 3.3.1-scripts
[autoinstalls/wordpress.git] / wp-admin / setup-config.php
index acd65e7aa5b1c6a1feef089ed3a9d167be6b145b..efc158fc8978acd30bb4166156ccff347bd12340 100644 (file)
@@ -78,7 +78,7 @@ else
 function display_header() {
        header( 'Content-Type: text/html; charset=utf-8' );
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -130,7 +130,7 @@ switch($step) {
                <tr>
                        <th scope="row"><label for="pwd">Password</label></th>
                        <td><input name="pwd" id="pwd" type="text" size="25" value="password" /></td>
-                       <td>...and MySQL password.</td>
+                       <td>...and your MySQL password.</td>
                </tr>
                <tr>
                        <th scope="row"><label for="dbhost">Database Host</label></th>
@@ -139,7 +139,7 @@ switch($step) {
                </tr>
                <tr>
                        <th scope="row"><label for="prefix">Table Prefix</label></th>
-                       <td><input name="prefix" id="prefix" type="text" id="prefix" value="wp_" size="25" /></td>
+                       <td><input name="prefix" id="prefix" type="text" value="wp_" size="25" /></td>
                        <td>If you want to run multiple WordPress installations in a single database, change this.</td>
                </tr>
        </table>