From bc15d027a804e60e76bdaf6fd47e69d41b395e7e Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 16:50:22 +0000 Subject: Changed @id to @class for notices ul --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/shownotice.php b/actions/shownotice.php index 52faba93e..7033a1672 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -190,7 +190,7 @@ class ShownoticeAction extends Action function showContent() { - $this->elementStart('ul', array('id' => 'notices')); + $this->elementStart('ul', array('class' => 'notices')); $nli = new NoticeListItem($this->notice, $this); $nli->show(); $this->elementEnd('ul'); -- cgit v1.2.3-54-g00ecf