summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-04 12:13:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-04 12:13:59 +0000
commit748cf3125973756d6f25240127917835833984b2 (patch)
tree7710e390919cd12c6317063ff210356c7f7195e0 /wp-signup.php
parent93c57b21fdeb2966949e513a98c449d7122bb4fc (diff)
downloadwordpress-mu-748cf3125973756d6f25240127917835833984b2.tar.gz
wordpress-mu-748cf3125973756d6f25240127917835833984b2.tar.xz
wordpress-mu-748cf3125973756d6f25240127917835833984b2.zip
Minor html change: add a dot in url
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@631 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php2
1 files changed, 1 insertions, 1 deletions
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 '<span style="font-size: 20px">' . $current_site->domain . $current_site->path . '</span><input name="blog_id" type="text" id="blog_id" value="'.$blog_id.'" maxlength="50" style="width:40%; text-align: left; font-size: 20px;" /><br />';
} else {
- print '<input name="blog_id" type="text" id="blog_id" value="'.$blog_id.'" maxlength="50" style="width:40%; text-align: right; font-size: 20px;" /><span style="font-size: 20px">' . $current_site->domain . $current_site->path . '</span><br />';
+ print '<input name="blog_id" type="text" id="blog_id" value="'.$blog_id.'" maxlength="50" style="width:40%; text-align: right; font-size: 20px;" /><span style="font-size: 20px">.' . $current_site->domain . $current_site->path . '</span><br />';
}
if ( !is_user_logged_in() ) {
print '(<strong>Your address will be ';