add linebreak to invisibility notice
This commit is contained in:
parent
948061e241
commit
a0a7c3be8b
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue