Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven into uiredesign

This commit is contained in:
Evan Prodromou 2009-01-14 17:05:31 -05:00
commit 13b8d3c31e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class PublicGroupNav
function show()
{
$this->action->elementStart('ul', array('id' => 'nav_views'));
$this->action->elementStart('ul', array('class' => 'nav'));
common_menu_item(common_local_url('public'), _('Public'),
_('Public timeline'), $this->action == 'public');