summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 16:50:22 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 16:50:22 +0000
commitbc15d027a804e60e76bdaf6fd47e69d41b395e7e (patch)
tree810b1f5173af783a96e6cf98c31ac24c5a0e582c /actions/shownotice.php
parent02b49e3f87ebe3fb64a24b21356d03d3b3d697e9 (diff)
Changed @id to @class for notices ul
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
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');