summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-16 15:25:22 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-16 15:25:22 +0000
commit1e8bb6bb31d66af8d68f5a5d4bde855d040baaa4 (patch)
treec939ae192f4b8191e8e540cfff792f6c6ad45b8d /lib
parent944876181cdd3fa1d44e517d6c103fd2ec3a8783 (diff)
Minor
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index 159621b7a..19f48d673 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');
}