diff --git a/lib/action.php b/lib/action.php index 19f48d673f..792b9c0575 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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();