diff --git a/app/views/course/wizard/steps/studyareas/index.php b/app/views/course/wizard/steps/studyareas/index.php index 17220968cd3abf9b9503d242a0b524cd0876aef3..1b35237bd93b46abe1050155c9e11953db104cc9 100644 --- a/app/views/course/wizard/steps/studyareas/index.php +++ b/app/views/course/wizard/steps/studyareas/index.php @@ -13,7 +13,6 @@ <?= htmlReady(Config::get()->UNI_NAME_CLEAN) ?> <ul> <?php foreach ($assigned as $element) : ?> - <?= htmlReady($element['name']) ?> <?= $this->render_partial('studyareas/_assigned_node', ['element' => $element, 'studyareas' => $values['studyareas']]) ?> <?php endforeach ?>