diff options
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index d385c3cb5..5987abf3c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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 |