-

request->getParam('controller'); ?>

+

request->getParam('controller')) ?>

Html->css('BootstrapUI.signin', ['block' => true]); -$this->prepend('tb_body_attrs', ' class="' . implode(' ', [$this->request->getParam('controller'), $this->request->getParam('action')]) . '" '); +$this->prepend( + 'tb_body_attrs', + ' class="' . implode(' ', [h($this->request->getParam('controller')), h($this->request->getParam('action'))]) . '" ' +); $this->start('tb_body_start'); /** * Default `flash` block.