diff --git a/Theme/Backend/comment-create.tpl.php b/Theme/Backend/comment-create.tpl.php index 4920d71..c3fa317 100644 --- a/Theme/Backend/comment-create.tpl.php +++ b/Theme/Backend/comment-create.tpl.php @@ -29,9 +29,9 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('Name'); ?> - | = $this->getText('Creator'); ?> - | = $this->getText('Created'); ?> + | = $this->getHtml('Name') ?> + | = $this->getHtml('Creator') ?> + | = $this->getHtml('Created') ?> |
| = $footerView->render(); ?> + | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||
| = $this->getText('Empty', 0, 0); ?> + | |||||
| = $this->getHtml('Empty', 0, 0); ?> | |||||