aboutsummaryrefslogtreecommitdiff
path: root/app/views/fachabschluss/faecher/fach.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/fachabschluss/faecher/fach.php')
-rw-r--r--app/views/fachabschluss/faecher/fach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/fachabschluss/faecher/fach.php b/app/views/fachabschluss/faecher/fach.php
index 08ade5f..08335db 100644
--- a/app/views/fachabschluss/faecher/fach.php
+++ b/app/views/fachabschluss/faecher/fach.php
@@ -70,7 +70,7 @@
<? if ($perm->haveFieldPerm('institut_id', MvvPerm::PERM_WRITE)): ?>
<div class="mvv-item-list-buttons">
<a href="#"
- class="mvv-item-remove"><?= Icon::create('trash', Icon::ROLE_CLICKABLE, ['title' => _('Einrichtung entfernen')])->asSvg(); ?></a>
+ class="mvv-item-remove"><?= Icon::create('trash', Icon::ROLE_CLICKABLE, ['title' => _('Einrichtung entfernen')])->asImg(); ?></a>
</div>
<? endif; ?>
<input type="hidden" name="institut_items[]" value="<?= $fachbereich->getId() ?>">