Changed @id to @class for notices ul

This commit is contained in:
sarven 2009-01-19 16:50:22 +00:00
parent 02b49e3f87
commit bc15d027a8

View File

@ -190,7 +190,7 @@ class ShownoticeAction extends Action
function showContent() function showContent()
{ {
$this->elementStart('ul', array('id' => 'notices')); $this->elementStart('ul', array('class' => 'notices'));
$nli = new NoticeListItem($this->notice, $this); $nli = new NoticeListItem($this->notice, $this);
$nli->show(); $nli->show();
$this->elementEnd('ul'); $this->elementEnd('ul');