]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove hidden <h2> in notice list
authorEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 17:41:50 +0000 (13:41 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 17:41:50 +0000 (13:41 -0400)
lib/noticelist.php

index 273bf3a231601f0dfcb26710bfa99c94cd8ff058..f18b2d66841ffa7a2998123c0f30a2fa8cad9157 100644 (file)
@@ -81,8 +81,6 @@ class NoticeList extends Widget
     function show()
     {
         $this->out->elementStart('div', array('id' =>'notices_primary'));
-        // TRANS: Header in notice list.
-        $this->out->element('h2', null, _m('HEADER','Notices'));
         $this->out->elementStart('ol', array('class' => 'notices xoxo'));
 
         $cnt = 0;