]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Moved minor dangling HTML.
authorsarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 17:09:50 +0000 (17:09 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 17:09:50 +0000 (17:09 +0000)
lib/action.php

index d385c3cb5dfb977f59e4737c20cf8303d73872b3..5987abf3c35dfe2fd28e01fae01ea0919221614d 100644 (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