Moved minor dangling HTML.

This commit is contained in:
sarven 2009-01-19 17:09:50 +00:00
parent f7893319dd
commit 77a9b4b758
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,6 @@ class Action extends HTMLOutputter // lawsuit
{
$this->elementStart('div', array('id' => 'core'));
$this->showLocalNavBlock();
$this->elementEnd('dl');
$this->showContentBlock();
$this->showAside();
$this->elementEnd('div');
@ -315,6 +314,7 @@ class Action extends HTMLOutputter // lawsuit
$this->elementStart('dd');
$this->showLocalNav();
$this->elementEnd('dd');
$this->elementEnd('dl');
}
// SHOULD overload