aboutsummaryrefslogtreecommitdiff
path: root/app/views/search/module/_modul.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/module/_modul.php')
-rw-r--r--app/views/search/module/_modul.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/module/_modul.php b/app/views/search/module/_modul.php
index a3c155e..1ac6280 100644
--- a/app/views/search/module/_modul.php
+++ b/app/views/search/module/_modul.php
@@ -10,7 +10,7 @@
<tr class="table-header header-row" id="modul_<?= htmlReady($modul->id) ?>">
<td>
<a data-dialog="size=auto" title="<?= htmlReady($modul->getDisplayName()) . ' (' . _('Vollständige Modulbeschreibung') . ')' ?>" href="<?= $controller->link_for('shared/modul/description/' . $modul->id) ?>">
- <?= Icon::create('log')->asSvg(['title' => _('Vollständige Modulbeschreibung')]) ?>
+ <?= Icon::create('log')->asImg(['title' => _('Vollständige Modulbeschreibung')]) ?>
</a>
</td>
<? if (count($modul->getAssignedCoursesBySemester($selected_semester->id, $GLOBALS['user']->id))) : ?>