Changed to class

This commit is contained in:
sarven 2009-01-15 22:19:40 +00:00
parent 07e84976c2
commit 8b34598127
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ class NoticeList extends Widget
function show()
{
$this->out->elementStart('ul', array('id' => 'notices'));
$this->out->element('h2', null, _('Notices'));
$this->out->elementStart('ul', array('class' => 'notices'));
$cnt = 0;