Whitespace updates.

This commit is contained in:
Siebrand Mazeland 2011-04-24 18:50:55 +02:00
parent 8afda686d2
commit 413d9e2fd0
1 changed files with 0 additions and 2 deletions

View File

@ -506,7 +506,6 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem
} }
} }
function showStart() function showStart()
{ {
$this->out->elementStart('li', array('class' => 'notice-data notice-faves')); $this->out->elementStart('li', array('class' => 'notice-data notice-faves'));
@ -516,7 +515,6 @@ class ThreadedNoticeListFavesItem extends NoticeListActorsItem
{ {
$this->out->elementEnd('li'); $this->out->elementEnd('li');
} }
} }
// @todo FIXME: needs documentation. // @todo FIXME: needs documentation.