Put action name as body ID

This commit is contained in:
Evan Prodromou 2009-01-16 15:38:35 +00:00
parent 1e8bb6bb31
commit 20b4cae84a

View File

@ -193,7 +193,7 @@ class Action extends HTMLOutputter // lawsuit
function showBody() function showBody()
{ {
$this->elementStart('body'); $this->elementStart('body', array('id' => $this->trimmed('action')));
$this->elementStart('div', 'wrap'); $this->elementStart('div', 'wrap');
$this->showHeader(); $this->showHeader();
$this->showCore(); $this->showCore();