From: Siebrand Mazeland Date: Sun, 24 Apr 2011 16:50:55 +0000 (+0200) Subject: Whitespace updates. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=413d9e2fd014f447a7ee5eac3e2e37fe22fbedc9;p=quix0rs-gnu-social.git Whitespace updates. --- diff --git a/lib/threadednoticelist.php b/lib/threadednoticelist.php index 00d67cab34..759efd7fd8 100644 --- a/lib/threadednoticelist.php +++ b/lib/threadednoticelist.php @@ -506,7 +506,6 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem } } - function showStart() { $this->out->elementStart('li', array('class' => 'notice-data notice-faves')); @@ -516,7 +515,6 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem { $this->out->elementEnd('li'); } - } // @todo FIXME: needs documentation.