diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 661f4fdf7..59e550080 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -55,11 +55,11 @@ class PeoplesearchAction extends Action { 'value' => _t('Search'))); common_element_end('p'); + common_element_end('form'); if ($q) { common_element('hr'); $this->show_results($q, $page); } - common_element_end('form'); common_show_footer(); } |