Moved minor dangling HTML.

This commit is contained in:
sarven 2009-01-19 17:09:50 +00:00
parent f7893319dd
commit 77a9b4b758

View File

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