diff --git a/modules/user/user.module b/modules/user/user.module index 25314166448801bec9fc38a165c88acba3c7f835..4c5915c0954605f432d260e0c13a728e0478e07a 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1411,7 +1411,7 @@ function user_register_submit($form, &$form_state) { // The first user may login immediately, and receives a customized welcome e-mail. if ($account->uid == 1) { - drupal_set_message(t('

Welcome to Drupal. You are now logged in as user #1, which gives you full control over your website.

')); + drupal_set_message(t('Welcome to Drupal. You are now logged in as user #1, which gives you full control over your website.')); if (variable_get('user_email_verification', TRUE)) { drupal_set_message(t('

Your password is %pass. You may change your password below.

', array('%pass' => $pass))); }