]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Put action name as body ID
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 16 Jan 2009 15:38:35 +0000 (15:38 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 16 Jan 2009 15:38:35 +0000 (15:38 +0000)
lib/action.php

index 19f48d673f75115c69528ed682235ae06ca6df33..792b9c0575bad294e69b65dc2d9ef4c68fe78cf3 100644 (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();