From: sarven Date: Mon, 19 Jan 2009 17:09:50 +0000 (+0000) Subject: Moved minor dangling HTML. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=77a9b4b75844873071f2c741da0234f9bf723def;p=quix0rs-gnu-social.git Moved minor dangling HTML. --- diff --git a/lib/action.php b/lib/action.php index d385c3cb5d..5987abf3c3 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