diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index a438cca..e1b7143 100644
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Parent') ?>
| = $this->getHtml('Unit') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/organization/department/profile?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php
index bfc5f5d..c1f7bce 100644
--- a/Theme/Backend/position-list.tpl.php
+++ b/Theme/Backend/position-list.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Name') ?>
| = $this->getHtml('Parent') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
$value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/organization/position/profile?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php
index 49f03ff..73e535b 100644
--- a/Theme/Backend/unit-list.tpl.php
+++ b/Theme/Backend/unit-list.tpl.php
@@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Name') ?>
| = $this->getHtml('Parent') ?>
|
- | = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
+ |
| = $footerView->render(); ?>
|
getData('list:elements') as $key => $value) :
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/organization/unit/profile?{?}&id=' . $value->getId()); ?>