forked from GNUsocial/gnu-social
Child notices should have thier own ID on their LIs, not the parent's
This commit is contained in:
parent
89d0583b91
commit
c594d99167
@ -207,7 +207,7 @@ class ConversationTree extends NoticeList
|
||||
// We take responsibility for doing the li
|
||||
|
||||
$this->out->elementStart('li', array('class' => 'hentry notice',
|
||||
'id' => 'notice-' . $this->notice->id));
|
||||
'id' => 'notice-' . $id));
|
||||
|
||||
$item = $this->newListItem($notice);
|
||||
$item->show();
|
||||
|
Loading…
Reference in New Issue
Block a user