From 77a9b4b75844873071f2c741da0234f9bf723def Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 17:09:50 +0000 Subject: Moved minor dangling HTML. --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf