aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/content_box.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shared/content_box.php')
-rw-r--r--templates/shared/content_box.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/content_box.php b/templates/shared/content_box.php
index 2c5b0f0..c31f467 100644
--- a/templates/shared/content_box.php
+++ b/templates/shared/content_box.php
@@ -11,7 +11,7 @@
<? if (isset($admin_url)): ?>
<nav>
<a href="<?= URLHelper::getLink($admin_url) ?>" title="<?= htmlReady($admin_title) ?>">
- <?= Icon::create('admin')->asSvg(tooltip2(htmlReady($admin_title))) ?>
+ <?= Icon::create('admin')->asImg(tooltip2(htmlReady($admin_title))) ?>
</a>
</nav>
<? endif; ?>