]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
cleanup whitespace in public.php
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 19:40:43 +0000 (14:40 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 19:40:43 +0000 (14:40 -0500)
darcs-hash:20081202194043-5ed1f-35ee3a57c08febe282082d829063489b51a8fb96.gz

actions/public.php

index caed78248ddf83e7cf2dffb54928f40780bbcaea..753b9d07fe942a98773d05111785b55902e50657 100644 (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()) {