remove hr -- CSS takes care of it

darcs-hash:20080709221826-84dde-e218ebeadd8c17fc6612159f2cb7fefa9174ba67.gz
This commit is contained in:
Evan Prodromou 2008-07-09 18:18:26 -04:00
parent 70d41055df
commit e6d772a5a8
1 changed files with 0 additions and 1 deletions

View 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();