aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index e5b66f8df..3cfe06b8e 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");