aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/version/_versionmodule.php
diff options
context:
space:
mode:
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 dfd8a84..a7e4f1a 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', [])->asImg(); ?>
+ <?= Icon::create('info-circle', 'clickable', [])->asSvg(); ?>
</a>
</td>
<? endif;?>