add linebreak to invisibility notice

This commit is contained in:
Mike Macgirvin 2010-09-30 05:13:13 -07:00
parent 948061e241
commit a0a7c3be8b
1 changed files with 1 additions and 1 deletions

View File

@ -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");