diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |