forked from GNUsocial/gnu-social
Moved minor dangling HTML.
This commit is contained in:
parent
f7893319dd
commit
77a9b4b758
@ -302,7 +302,6 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
{
|
{
|
||||||
$this->elementStart('div', array('id' => 'core'));
|
$this->elementStart('div', array('id' => 'core'));
|
||||||
$this->showLocalNavBlock();
|
$this->showLocalNavBlock();
|
||||||
$this->elementEnd('dl');
|
|
||||||
$this->showContentBlock();
|
$this->showContentBlock();
|
||||||
$this->showAside();
|
$this->showAside();
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
@ -315,6 +314,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
$this->elementStart('dd');
|
$this->elementStart('dd');
|
||||||
$this->showLocalNav();
|
$this->showLocalNav();
|
||||||
$this->elementEnd('dd');
|
$this->elementEnd('dd');
|
||||||
|
$this->elementEnd('dl');
|
||||||
}
|
}
|
||||||
|
|
||||||
// SHOULD overload
|
// SHOULD overload
|
||||||
|
Loading…
Reference in New Issue
Block a user