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
1 changed files with 1 additions and 1 deletions

View File

@ -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();