cleanup whitespace in public.php

darcs-hash:20081202194043-5ed1f-35ee3a57c08febe282082d829063489b51a8fb96.gz
This commit is contained in:
Evan Prodromou 2008-12-02 14:40:43 -05:00
parent a8551093e2
commit e7853982b1
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ class PublicAction extends StreamAction {
common_raw($output);
common_element_end('div');
}
$this->public_views_menu();
}
@ -76,7 +76,7 @@ class PublicAction extends StreamAction {
$cnt = 0;
$notice = Notice::publicStream(($page-1)*NOTICES_PER_PAGE,
NOTICES_PER_PAGE + 1);
if ($notice) {
common_element_start('ul', array('id' => 'notices'));
while ($notice->fetch()) {