add linebreak to invisibility notice
This commit is contained in:
parent
948061e241
commit
a0a7c3be8b
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ function settings_content(&$a) {
|
||||||
? true : false);
|
? true : false);
|
||||||
|
|
||||||
if($invisible)
|
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");
|
$nickname_block = load_view_file("view/settings_nick_set.tpl");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue