]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move end of form element
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 21:47:13 +0000 (17:47 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 21:47:13 +0000 (17:47 -0400)
darcs-hash:20080709214713-84dde-c8549c7837d6bc18e1cd35cc64b84a97fff9c05f.gz

actions/peoplesearch.php

index 661f4fdf73cd475f340cc4c9535db1892fba5b14..59e5500802d2a4c63a139f6d79517e9133442549 100644 (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();
        }