From: sarven Date: Thu, 15 Jan 2009 22:19:40 +0000 (+0000) Subject: Changed to class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8b3459812764d05044bcdfb18627f80c34dc239d;p=quix0rs-gnu-social.git Changed to class --- 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;