summaryrefslogtreecommitdiff
path: root/lib/facebookaction.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facebookaction.php')
-rw-r--r--lib/facebookaction.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php
index bfba702e6..f42427540 100644
--- a/lib/facebookaction.php
+++ b/lib/facebookaction.php
@@ -168,7 +168,7 @@ class FacebookAction extends Action
function showBody()
{
- $this->elementStart('div', 'wrap');
+ $this->elementStart('div', array('id' => 'wrap'));
$this->showHeader();
$this->showCore();
$this->showFooter();