diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php
index a8fa672..24c7361 100644
--- a/Theme/Backend/accounts-list.tpl.php
+++ b/Theme/Backend/accounts-list.tpl.php
@@ -40,7 +40,7 @@ echo $this->getData('nav')->render();
= $this->getHtml('Activity') ?>
| = $this->getHtml('Created') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php
index 2c848a0..c59c153 100644
--- a/Theme/Backend/groups-list.tpl.php
+++ b/Theme/Backend/groups-list.tpl.php
@@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Children') ?>
| = $this->getHtml('Members') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php
index f769b7d..f87481c 100644
--- a/Theme/Backend/modules-list.tpl.php
+++ b/Theme/Backend/modules-list.tpl.php
@@ -41,7 +41,7 @@ $footerView->setResults(count($modules));
= $this->getHtml('Status') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ | = $footerView->render(); ?>
|
$module) : $count++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?>