]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed error and facebookaction wrap selector from @class to @id.
authorSarven Capadisli <csarven@controlyourself.ca>
Wed, 4 Feb 2009 17:03:59 +0000 (17:03 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Wed, 4 Feb 2009 17:03:59 +0000 (17:03 +0000)
lib/error.php
lib/facebookaction.php

index 03065bc709c42c2ac0ebd4c4125a4f7b34c69c6a..526d9f81be245a36e1173814415b25e6e3720818 100644 (file)
@@ -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();
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();