From a0a7c3be8bdb5623344351b2948911e9770dc949 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 30 Sep 2010 05:13:13 -0700 Subject: [PATCH] add linebreak to invisibility notice --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/settings.php b/mod/settings.php index e5b66f8df2..3cfe06b8ef 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -202,7 +202,7 @@ function settings_content(&$a) { ? true : false); if($invisible) - notice( t('Profile is not published.')); + notice( t('Profile is not published.') . EOL ); $nickname_block = load_view_file("view/settings_nick_set.tpl");