From 1e8bb6bb31d66af8d68f5a5d4bde855d040baaa4 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 16 Jan 2009 15:25:22 +0000 Subject: Minor --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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'); } -- cgit v1.2.3-54-g00ecf