aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/version/_versionmodule.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:25:41 +0100
commit343a471f165dfef235e056caec1955fd9ee423cb (patch)
treec2f865dcbc25695a581e4d655ea2b30a0edc3e1f /app/views/shared/version/_versionmodule.php
parent6a14782858a297ead2f509652ce914d8aefb5531 (diff)
deprecate asSvg in favor of asImg, fixes #6330
Closes #6330 Merge request studip/studip!4802
Diffstat (limited to 'app/views/shared/version/_versionmodule.php')
-rw-r--r--app/views/shared/version/_versionmodule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/version/_versionmodule.php b/app/views/shared/version/_versionmodule.php
index a7e4f1a..dfd8a84 100644
--- a/app/views/shared/version/_versionmodule.php
+++ b/app/views/shared/version/_versionmodule.php
@@ -79,7 +79,7 @@ foreach ($abschnitte as $abschnitt) {
<?= htmlReady($abschnitt_modul->getDisplayName()) ?>
</a>
<a data-dialog="size=auto" title="<?= htmlReady($modul['name']) . ' (' . _('Vollständige Modulbeschreibung') . ')' ?>" href="<?= URLHelper::getLink('shared/modul/description/' . $modul_id) ?>">
- <?= Icon::create('info-circle', 'clickable', [])->asSvg(); ?>
+ <?= Icon::create('info-circle', 'clickable', [])->asImg(); ?>
</a>
</td>
<? endif;?>