From 413d9e2fd014f447a7ee5eac3e2e37fe22fbedc9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 24 Apr 2011 18:50:55 +0200 Subject: [PATCH] Whitespace updates. --- lib/threadednoticelist.php | 2 -- 1 file changed, 2 deletions(-) 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.