| = $this->getText('Status'); ?> - | = $this->getText('Title'); ?> - | = $this->getText('Created'); ?> - | = $this->getText('Creator'); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Title') ?> + | = $this->getHtml('Created') ?> + | = $this->getHtml('Creator') ?> |
| = $footerView->render(); ?> + | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||||
| = $this->getText('Empty', 0, 0); ?> + | |||||||
| = $this->getHtml('Empty', 0, 0); ?> | |||||||