Merge branch 'master' of /var/www/trunk

This commit is contained in:
Evan Prodromou 2009-01-19 16:57:04 +00:00
commit 8a537a3a61
1 changed files with 1 additions and 1 deletions

View File

@ -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');