diff --git a/actions/shownotice.php b/actions/shownotice.php index 52faba93ef..7033a1672b 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');