diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:18:26 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:18:26 -0400 |
commit | e6d772a5a8c298f99a059c122109d7b0be36acd1 (patch) | |
tree | d9b96dc0ee848fbb31010b92bf90c443629fbaa8 /actions | |
parent | 70d41055dfd84cea90582e3ca02cd3f227707c02 (diff) |
remove hr -- CSS takes care of it
darcs-hash:20080709221826-84dde-e218ebeadd8c17fc6612159f2cb7fefa9174ba67.gz
Diffstat (limited to 'actions')
-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(); |