From: Zach Copley Date: Sat, 13 Jun 2009 02:02:13 +0000 (-0700) Subject: Child notices should have thier own ID on their LIs, not the parent's X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c594d99167c51f9525721e90fc865adad70e2b03;p=quix0rs-gnu-social.git Child notices should have thier own ID on their LIs, not the parent's --- diff --git a/actions/conversation.php b/actions/conversation.php index 0d7cb9a874..20c68986cb 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -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();