Skip to content
Snippets Groups Projects
Commit a710f06e authored by Elmar Ludwig's avatar Elmar Ludwig Committed by David Siegfried
Browse files

remove duplicate output of study area name, fixes #1702

Closes #1702

Merge request studip/studip!1104
parent 366f1f46
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
<?= htmlReady(Config::get()->UNI_NAME_CLEAN) ?> <?= htmlReady(Config::get()->UNI_NAME_CLEAN) ?>
<ul> <ul>
<?php foreach ($assigned as $element) : ?> <?php foreach ($assigned as $element) : ?>
<?= htmlReady($element['name']) ?>
<?= $this->render_partial('studyareas/_assigned_node', <?= $this->render_partial('studyareas/_assigned_node',
['element' => $element, 'studyareas' => $values['studyareas']]) ?> ['element' => $element, 'studyareas' => $values['studyareas']]) ?>
<?php endforeach ?> <?php endforeach ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment