aboutsummaryrefslogtreecommitdiff
path: root/templates/toc/generic-toc-list.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-09 09:18:53 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-09 09:18:53 +0100
commit08da9f257ff4efc98dd058e81984ac9bd6e46639 (patch)
tree5e397bb3771fa096b30d435a12bc6ab8687751b2 /templates/toc/generic-toc-list.php
parentef89c567131c55840192820ed7510497d970f36d (diff)
deprecate asSvg in favor of asImg, fixes #6330
Closes #6330 Merge request studip/studip!4802
Diffstat (limited to 'templates/toc/generic-toc-list.php')
-rw-r--r--templates/toc/generic-toc-list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/toc/generic-toc-list.php b/templates/toc/generic-toc-list.php
index 0894e5f..475ceaa 100644
--- a/templates/toc/generic-toc-list.php
+++ b/templates/toc/generic-toc-list.php
@@ -3,7 +3,7 @@
<header id="toc_header">
<h1 id="toc_h1"><?= sprintf(_('Inhalt (%u Elemente)'), htmlReady($root->countAllChildren())) ?></h1>
<label for="cb-toc" class="check-box enter-accessible" title="<?= _('Schließen')?>" tabindex="0">
- <?= Icon::create('decline')->asSvg(24) ?>
+ <?= Icon::create('decline')->asImg(24) ?>
</label>
</header>
<section>