diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index 50116df..b053ef4 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('Employees') ?>
| = $this->getHtml('Parent') ?>
|
- | = 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/staff-list.tpl.php b/Theme/Backend/staff-list.tpl.php
index 4244bf2..32fa354 100644
--- a/Theme/Backend/staff-list.tpl.php
+++ b/Theme/Backend/staff-list.tpl.php
@@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Department') ?>
| = $this->getHtml('Status') ?>
|
- | = 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/staff-single.tpl.php b/Theme/Backend/staff-single.tpl.php
index a13ca79..f08b617 100644
--- a/Theme/Backend/staff-single.tpl.php
+++ b/Theme/Backend/staff-single.tpl.php
@@ -99,7 +99,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Department') ?>
| = $this->getHtml('Salary') ?>
|
- | = 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()); ?>
@@ -123,7 +123,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('End') ?>
| = $this->getHtml('Type') ?>
|
- | = 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()); ?>