summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-16 15:38:35 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-16 15:38:35 +0000
commit20b4cae84a1451804d43e63bb990d1d8c7337197 (patch)
treeeaa3824004547836a1ae0a122bcf8d57a5a42d57 /lib/action.php
parent1e8bb6bb31d66af8d68f5a5d4bde855d040baaa4 (diff)
Put action name as body ID
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();