forked from GNUsocial/gnu-social
remove hidden <h2> in notice list
This commit is contained in:
parent
5650a6e9f7
commit
cacf627ce3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user