From c594d99167c51f9525721e90fc865adad70e2b03 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 12 Jun 2009 19:02:13 -0700 Subject: Child notices should have thier own ID on their LIs, not the parent's --- actions/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/conversation.php') diff --git a/actions/conversation.php b/actions/conversation.php index 0d7cb9a87..20c68986c 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(); -- cgit v1.2.3-54-g00ecf