From 8b3459812764d05044bcdfb18627f80c34dc239d Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 22:19:40 +0000 Subject: [PATCH] Changed to class --- lib/noticelist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/noticelist.php b/lib/noticelist.php index ad3af43914..7f63089b30 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -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;