Put action name as body ID
This commit is contained in:
parent
1e8bb6bb31
commit
20b4cae84a
|
@ -193,7 +193,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||
|
||||
function showBody()
|
||||
{
|
||||
$this->elementStart('body');
|
||||
$this->elementStart('body', array('id' => $this->trimmed('action')));
|
||||
$this->elementStart('div', 'wrap');
|
||||
$this->showHeader();
|
||||
$this->showCore();
|
||||
|
|
Loading…
Reference in New Issue
Block a user