From 748cf3125973756d6f25240127917835833984b2 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 4 Jul 2006 12:13:59 +0000 Subject: Minor html change: add a dot in url git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@631 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-signup.php b/wp-signup.php index 5fb50d8..f057096 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -44,7 +44,7 @@ function show_blog_form($blog_id = '', $blog_title = '', $errors = '') { if( constant( "VHOST" ) == 'no' ) { print '' . $current_site->domain . $current_site->path . '
'; } else { - print '' . $current_site->domain . $current_site->path . '
'; + print '.' . $current_site->domain . $current_site->path . '
'; } if ( !is_user_logged_in() ) { print '(Your address will be '; -- cgit