]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/facebookaction.php
Changed error and facebookaction wrap selector from @class to @id.
[quix0rs-gnu-social.git] / lib / facebookaction.php
index bfba702e6a09b6bb5d09c95a6b2b280ad0f38ead..f42427540a733a1b10b0dea3b59ece5f65830952 100644 (file)
@@ -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();