From e4c7378ef3cadf005e15caa39933f6fec71e5852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 11 Jul 2007 19:59:11 +0000 Subject: #158289 by merlinofchaos: Remove paragraph tag from drupal_set_message() --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 253141664..4c5915c09 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))); } -- cgit v1.2.3