diff --git a/wp-admin/install.php b/wp-admin/install.php index 08da49a0d4..90ed449e4a 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -190,7 +190,7 @@ function display_setup_form( $error = null ) { // Let's check to make sure WP isn't already installed. if ( is_blog_installed() ) { display_header(); - die( '

' . __( 'Already Installed' ) . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . __( 'Log In' ) . '

' ); + die( '

' . __( 'Already Installed' ) . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . __( 'Log In' ) . '

' ); } /** @@ -341,7 +341,7 @@ switch($step) { -

+