summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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');
}