aboutsummaryrefslogtreecommitdiff
path: root/templates/toc/_toc-item-list.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/toc/_toc-item-list.php')
-rw-r--r--templates/toc/_toc-item-list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/toc/_toc-item-list.php b/templates/toc/_toc-item-list.php
index 82cad85..3e2ee0d 100644
--- a/templates/toc/_toc-item-list.php
+++ b/templates/toc/_toc-item-list.php
@@ -4,7 +4,7 @@
<a class="navigate" href="<?= htmlReady($item->getURL()) ?>">
<? endif ?>
<? if ($item->getIcon()) : ?>
- <?= $item->getIcon()->copyWithRole(Icon::ROLE_INFO)->asSvg(24) ?>
+ <?= $item->getIcon()->copyWithRole(Icon::ROLE_INFO)->asImg(24) ?>
<? endif ?>
<?= htmlReady($item->getTitle()) ?>
<? if (!$item->isActive()) : ?>