From 0cc89cbbae93dec942b724fa7b69a5c7d7258add Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 17:47:13 -0400 Subject: [PATCH] move end of form element darcs-hash:20080709214713-84dde-c8549c7837d6bc18e1cd35cc64b84a97fff9c05f.gz --- actions/peoplesearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 661f4fdf73..59e5500802 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(); }