section class on object nav

This commit is contained in:
Brion Vibber 2011-03-09 10:53:45 -08:00
parent 1f86f45bb9
commit 7f42e48631
1 changed files with 2 additions and 1 deletions

View File

@ -712,7 +712,8 @@ class Action extends HTMLOutputter // lawsuit
{
// Need to have this ID for CSS; I'm too lazy to add it to
// all menus
$this->elementStart('div', array('id' => 'site_nav_object'));
$this->elementStart('div', array('id' => 'site_nav_object',
'class' => 'section'));
$this->showObjectNav();
$this->elementEnd('div');
}