]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove hr -- CSS takes care of it
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:18:26 +0000 (18:18 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:18:26 +0000 (18:18 -0400)
darcs-hash:20080709221826-84dde-e218ebeadd8c17fc6612159f2cb7fefa9174ba67.gz

actions/peoplesearch.php

index bfabb46e1175b2d738be7da00687e960469c0a04..2688e47084fc98b130754f234bee3180bb8c231b 100644 (file)
@@ -70,7 +70,6 @@ class PeoplesearchAction extends Action {
                common_element_end('p');
                common_element_end('form');
                if ($q) {
-                       common_element('hr');
                        $this->show_results($q, $page);
                }
                common_show_footer();