Fix footer rendering

This commit is contained in:
Dennis Eichhorn 2017-07-25 19:09:46 +02:00
parent 3def16e3a9
commit edb4753131

View File

@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Due') ?>
<td><?= $this->getHtml('Done') ?>
<tfoot>
<tr><td colspan="8"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
<tr><td colspan="8"><?= $footerView->render(); ?>
<tbody>
<?php $c = 0; foreach ([] as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>