From e6d772a5a8c298f99a059c122109d7b0be36acd1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 18:18:26 -0400 Subject: [PATCH] remove hr -- CSS takes care of it darcs-hash:20080709221826-84dde-e218ebeadd8c17fc6612159f2cb7fefa9174ba67.gz --- actions/peoplesearch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index bfabb46e11..2688e47084 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();