remove hidden <h2> in notice list

This commit is contained in:
Evan Prodromou 2011-04-20 13:41:50 -04:00
parent 5650a6e9f7
commit cacf627ce3
1 changed files with 0 additions and 2 deletions

View 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;