summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index 19f48d673..792b9c057 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();