diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 15:25:22 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 15:25:22 +0000 |
commit | 1e8bb6bb31d66af8d68f5a5d4bde855d040baaa4 (patch) | |
tree | c939ae192f4b8191e8e540cfff792f6c6ad45b8d /lib/action.php | |
parent | 944876181cdd3fa1d44e517d6c103fd2ec3a8783 (diff) |
Minor
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
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'); } |