diff options
Diffstat (limited to 'app/views/shared/version/_versionmodule.php')
| -rw-r--r-- | app/views/shared/version/_versionmodule.php | 2 |
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;?> |
