diff --git a/Theme/Backend/wiki-dashboard.tpl.php b/Theme/Backend/wiki-dashboard.tpl.php index 50562aa..888fcae 100755 --- a/Theme/Backend/wiki-dashboard.tpl.php +++ b/Theme/Backend/wiki-dashboard.tpl.php @@ -38,7 +38,7 @@ echo $this->data['nav']->render(); ?> docRaw, 0, 500)); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?>
diff --git a/Theme/Backend/wiki-doc-single.tpl.php b/Theme/Backend/wiki-doc-single.tpl.php index 87dcc56..caad497 100755 --- a/Theme/Backend/wiki-doc-single.tpl.php +++ b/Theme/Backend/wiki-doc-single.tpl.php @@ -42,7 +42,7 @@ echo $this->data['nav']->render();
doc; ?>
- icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> getMedia(); foreach ($files as $file) : ?>