Changed error and facebookaction wrap selector from @class to @id.
This commit is contained in:
parent
593d41f78b
commit
b8e10428d3
|
@ -111,7 +111,7 @@ class ErrorAction extends Action
|
||||||
function showBody()
|
function showBody()
|
||||||
{
|
{
|
||||||
$this->elementStart('body', array('id' => 'error'));
|
$this->elementStart('body', array('id' => 'error'));
|
||||||
$this->elementStart('div', 'wrap');
|
$this->elementStart('div', array('id' => 'wrap'));
|
||||||
$this->showHeader();
|
$this->showHeader();
|
||||||
$this->showCore();
|
$this->showCore();
|
||||||
$this->showFooter();
|
$this->showFooter();
|
||||||
|
|
|
@ -168,7 +168,7 @@ class FacebookAction extends Action
|
||||||
|
|
||||||
function showBody()
|
function showBody()
|
||||||
{
|
{
|
||||||
$this->elementStart('div', 'wrap');
|
$this->elementStart('div', array('id' => 'wrap'));
|
||||||
$this->showHeader();
|
$this->showHeader();
|
||||||
$this->showCore();
|
$this->showCore();
|
||||||
$this->showFooter();
|
$this->showFooter();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user