core uses id

This commit is contained in:
sarven 2009-01-15 21:34:33 +00:00
parent 8521cc6219
commit 4f3f23c61a
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class Action extends HTMLOutputter // lawsuit
function showCore()
{
$this->elementStart('div', array('class' => 'core'));
$this->elementStart('div', array('id' => 'core'));
$this->showLocalNav();
$this->showContentBlock();
$this->showAside();