diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index cf79e52e98..8f071e715d 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -90,6 +90,8 @@ class PeoplesearchAction extends Action { } } common_element_end('ul'); + } else { + common_element('p', 'error', _t('No results')); } common_pagination($page > 1, $cnt > PROFILES_PER_PAGE,