From: Mike Macgirvin Date: Thu, 30 Sep 2010 12:13:13 +0000 (-0700) Subject: add linebreak to invisibility notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0a7c3be8bdb5623344351b2948911e9770dc949;p=friendica.git add linebreak to invisibility notice --- 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");