]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed to class
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 22:19:40 +0000 (22:19 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 22:19:40 +0000 (22:19 +0000)
lib/noticelist.php

index ad3af43914ce1815815e4e2c771dbecc017ddbca..7f63089b309a0088844435abdb19040e57a638dc 100644 (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;