move end of form element

darcs-hash:20080709214713-84dde-c8549c7837d6bc18e1cd35cc64b84a97fff9c05f.gz
This commit is contained in:
Evan Prodromou 2008-07-09 17:47:13 -04:00
parent 798df04aa5
commit 0cc89cbbae
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}