summaryrefslogtreecommitdiff
path: root/lib/error.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-04 17:03:59 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-04 17:03:59 +0000
commitb8e10428d3f5e86cab97e226947f077ba98f907e (patch)
treea1eb5b7b9871a7cf67e30a1cfd63473271c16402 /lib/error.php
parent593d41f78b8caa94208abdd5787ef26280460b61 (diff)
Changed error and facebookaction wrap selector from @class to @id.
Diffstat (limited to 'lib/error.php')
-rw-r--r--lib/error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.php b/lib/error.php
index 03065bc70..526d9f81b 100644
--- a/lib/error.php
+++ b/lib/error.php
@@ -111,7 +111,7 @@ class ErrorAction extends Action
function showBody()
{
$this->elementStart('body', array('id' => 'error'));
- $this->elementStart('div', 'wrap');
+ $this->elementStart('div', array('id' => 'wrap'));
$this->showHeader();
$this->showCore();
$this->showFooter();