diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-02 14:14:14 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-02 14:14:14 +0000 |
commit | 4f1345620a5df2a618dc2139249786335589abca (patch) | |
tree | 41de1f51c972cea9836b2d32ad89e5c9b83e7947 /lib | |
parent | 55c99d0018c5fafe7f47f14e07ec28c883f55183 (diff) |
Better cross-browser support for page and text zoom-in/out.
Diffstat (limited to 'lib')
-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 dcf98f669..15a44ad1b 100644 --- a/lib/action.php +++ b/lib/action.php @@ -257,7 +257,7 @@ class Action extends HTMLOutputter // lawsuit function showBody() { $this->elementStart('body', array('id' => $this->trimmed('action'))); - $this->elementStart('div', 'wrap'); + $this->elementStart('div', array('id' => 'wrap')); $this->showHeader(); $this->showCore(); $this->showFooter(); |