move end of form element
darcs-hash:20080709214713-84dde-c8549c7837d6bc18e1cd35cc64b84a97fff9c05f.gz
This commit is contained in:
parent
798df04aa5
commit
0cc89cbbae
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user