]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Directory.php
EOL removed
[friendica.git] / src / Module / Directory.php
index 3d03f10711935e17e1c755fddd62e240df823b56..507da6b94292ef97e22da1735462ff2cd3789d6c 100644 (file)
@@ -75,7 +75,7 @@ class Directory extends BaseModule
                $profiles = Profile::searchProfiles($pager->getStart(), $pager->getItemsPerPage(), $search);
 
                if ($profiles['total'] === 0) {
-                       info(DI::l10n()->t('No entries (some entries may be hidden).') . EOL);
+                       notice(DI::l10n()->t('No entries (some entries may be hidden).'));
                } else {
                        if (in_array('small', $app->argv)) {
                                $photo = 'thumb';