summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 17:47:13 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 17:47:13 -0400
commit0cc89cbbae93dec942b724fa7b69a5c7d7258add (patch)
treeefe5a980cdd55631624263e3a97e9923638f6145 /actions/peoplesearch.php
parent798df04aa5adbb660e85667439abd4309fcf8bd2 (diff)
move end of form element
darcs-hash:20080709214713-84dde-c8549c7837d6bc18e1cd35cc64b84a97fff9c05f.gz
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php2
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();
}