diff --git a/wp-signup.php b/wp-signup.php
index 88021a4caa..7e8a1311cd 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -76,9 +76,9 @@ function show_blog_form($blogname = '', $blog_title = '', $errors = '') {
' . $current_site->domain . $current_site->path . '
';
+ echo '' . $current_site->domain . $current_site->path . '
';
else
- echo '.' . ( $site_domain = preg_replace( '|^www\.|', '', $current_site->domain ) ) . '
';
+ echo '.' . ( $site_domain = preg_replace( '|^www\.|', '', $current_site->domain ) ) . '
';
if ( !is_user_logged_in() ) {
print '(' . __( 'Your address will be ' );
@@ -132,7 +132,7 @@ function show_user_form($user_name = '', $user_email = '', $errors = '') {
if ( $errmsg = $errors->get_error_message('user_name') ) {
echo ''.$errmsg.'
';
}
- echo '
';
+ echo '
';
_e( '(Must be at least 4 characters, letters and numbers only.)' );
?>