This commit is contained in:
Dennis Eichhorn 2023-10-20 16:53:42 +00:00
parent 1b8cf5e4a3
commit 47b8ec3c7e

View File

@ -35,7 +35,7 @@ echo $this->data['nav']->render(); ?>
<article><?= $doc->content; ?></article>
<?php if (!empty($tags)) : ?>
<?php foreach ($tags as $tag) : ?>
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>"><?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>"><?= empty($tag->icon) ? '' : ''; ?><?= $this->printHtml($tag->getL11n()); ?></span>
<?php endforeach; ?>
<?php endif; ?>
<?php if (!empty($files)) : ?>