diff options
-rw-r--r-- | actions/peoplesearch.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index bfabb46e1..2688e4708 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -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(); |