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'); }