Normalize all action HTML body ids to lowercase
This commit is contained in:
parent
648f79be10
commit
fb86e7c285
@ -362,7 +362,7 @@ class Action extends HTMLOutputter // lawsuit
|
||||
*/
|
||||
function showBody()
|
||||
{
|
||||
$this->elementStart('body', (common_current_user()) ? array('id' => $this->trimmed('action'),
|
||||
$this->elementStart('body', (common_current_user()) ? array('id' => strtolower($this->trimmed('action')),
|
||||
'class' => 'user_in')
|
||||
: array('id' => $this->trimmed('action')));
|
||||
$this->elementStart('div', array('id' => 'wrap'));
|
||||
|
Loading…
Reference in New Issue
Block a user