diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 16:50:22 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 16:50:22 +0000 |
commit | bc15d027a804e60e76bdaf6fd47e69d41b395e7e (patch) | |
tree | 810b1f5173af783a96e6cf98c31ac24c5a0e582c | |
parent | 02b49e3f87ebe3fb64a24b21356d03d3b3d697e9 (diff) |
Changed @id to @class for notices ul
-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'); |