forked from GNUsocial/gnu-social
section class on object nav
This commit is contained in:
parent
1f86f45bb9
commit
7f42e48631
@ -712,7 +712,8 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
{
|
{
|
||||||
// Need to have this ID for CSS; I'm too lazy to add it to
|
// Need to have this ID for CSS; I'm too lazy to add it to
|
||||||
// all menus
|
// all menus
|
||||||
$this->elementStart('div', array('id' => 'site_nav_object'));
|
$this->elementStart('div', array('id' => 'site_nav_object',
|
||||||
|
'class' => 'section'));
|
||||||
$this->showObjectNav();
|
$this->showObjectNav();
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user