diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php
index bb6ca93..3d98f37 100644
--- a/Theme/Backend/entries.tpl.php
+++ b/Theme/Backend/entries.tpl.php
@@ -95,7 +95,7 @@ $footerView->setResults(1);
= $this->getHtml('Created') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ | = $footerView->render(); ?>
|
$value) : $count++; ?>
diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php
index 5673d9f..e0b1ee4 100644
--- a/Theme/Backend/gl-list.tpl.php
+++ b/Theme/Backend/gl-list.tpl.php
@@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('ID', 0, 0); ?>
| = $this->getHtml('Name') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php
index b85f6a3..e1ef577 100644
--- a/Theme/Backend/journal-list.tpl.php
+++ b/Theme/Backend/journal-list.tpl.php
@@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('ID', 0, 0); ?>
| = $this->getHtml('Name') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php
index 9906596..2481ee1 100644
--- a/Theme/Backend/stack-archive-list.tpl.php
+++ b/Theme/Backend/stack-archive-list.tpl.php
@@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Creator') ?>
| = $this->getHtml('Created') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php
index 692eef5..56c954a 100644
--- a/Theme/Backend/stack-list.tpl.php
+++ b/Theme/Backend/stack-list.tpl.php
@@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Creator') ?>
| = $this->getHtml('Created') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php
index b74717a..81b3a8b 100644
--- a/Theme/Backend/stack-predefined-list.tpl.php
+++ b/Theme/Backend/stack-predefined-list.tpl.php
@@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Creator') ?>
| = $this->getHtml('Created') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>