From: sarven <csarven@plantard.controlezvous.ca>
Date: Fri, 16 Jan 2009 15:25:22 +0000 (+0000)
Subject: Minor
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e8bb6bb31d66af8d68f5a5d4bde855d040baaa4;p=quix0rs-gnu-social.git

Minor
---

diff --git a/lib/action.php b/lib/action.php
index 159621b7a5..19f48d673f 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -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');
     }