summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-02 14:40:43 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-02 14:40:43 -0500
commite7853982b1cc1e423278c7a55e0bb59544d3e599 (patch)
treec73a8476e8cb9fefb6f7d08f44e500aecfcf7b87 /actions/public.php
parenta8551093e209e0deebcafcf0f5c930f02d0c5f93 (diff)
cleanup whitespace in public.php
darcs-hash:20081202194043-5ed1f-35ee3a57c08febe282082d829063489b51a8fb96.gz
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/public.php b/actions/public.php
index caed78248..753b9d07f 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -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()) {