aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/user/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/user/edit.php b/app/views/admin/user/edit.php
index 9204f8f..e1df869 100644
--- a/app/views/admin/user/edit.php
+++ b/app/views/admin/user/edit.php
@@ -466,7 +466,7 @@ use Studip\Button, Studip\LinkButton;
<ol class="default">
<? foreach ($student_institutes as $i => $inst_membership) : ?>
<li>
- <?= htmlReady($inst_membership->institute->name ?? _('Unbekannt')) ?> ?>
+ <?= htmlReady($inst_membership->institute->name ?? _('Unbekannt')) ?>
<? if ($GLOBALS['perm']->have_studip_perm('admin', $inst_membership->institut_id)) : ?>
<?= Icon::create('trash')->asInput(