summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 18:18:26 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 18:18:26 -0400
commite6d772a5a8c298f99a059c122109d7b0be36acd1 (patch)
treed9b96dc0ee848fbb31010b92bf90c443629fbaa8 /actions/peoplesearch.php
parent70d41055dfd84cea90582e3ca02cd3f227707c02 (diff)
remove hr -- CSS takes care of it
darcs-hash:20080709221826-84dde-e218ebeadd8c17fc6612159f2cb7fefa9174ba67.gz
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php1
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();