]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor
authorsarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 15:25:22 +0000 (15:25 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 15:25:22 +0000 (15:25 +0000)
lib/action.php

index 159621b7a5274055580f2d4014b3cd409b9bec65..19f48d673f75115c69528ed682235ae06ca6df33 100644 (file)
@@ -198,7 +198,7 @@ class Action extends HTMLOutputter // lawsuit
         $this->showHeader();
         $this->showCore();
         $this->showFooter();
-        $this->elementEnd('div', 'wrap');
+        $this->elementEnd('div');
         $this->elementEnd('body');
     }