summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-signup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-signup.php b/wp-signup.php
index 6c4caca..13446de 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -15,7 +15,7 @@ if( is_array( get_site_option( 'illegal_names' )) && $_GET[ 'new' ] != '' && in_
do_action("signup_header");
function signuppageheaders() {
- echo "<meta name='robots' content='noindex,nofollow'>\n";
+ echo "<meta name='robots' content='noindex,nofollow' />\n";
}
if( $current_blog->domain . $current_blog->path != $current_site->domain . $current_site->path ) {