]> git.mxchange.org Git - friendica.git/commitdiff
add linebreak to invisibility notice
authorMike Macgirvin <mike@macgirvin.com>
Thu, 30 Sep 2010 12:13:13 +0000 (05:13 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Thu, 30 Sep 2010 12:13:13 +0000 (05:13 -0700)
mod/settings.php

index e5b66f8df2f8f94ff02546688e0019e01bc8f30e..3cfe06b8ef9fbf1389ae2db28f30472509c85244 100644 (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");