Skip to content
Snippets Groups Projects
Commit 7cbf3c53 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fixes #3797

Closes #3797

Merge request studip/studip!2674
parent 8d64df45
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ jQuery(function ($) {
<ol class="dd-list">
<? foreach ($contacts as $contact): ?>
<li class="dd-item" data-id="<?= $contact->contact_id ?>_<?= $contact->category ?>">
<div class="dd-handle"><?= formatReady($contact->name) ?> (<?= formatReady($contact_cat[$contact->category]['name']) ?>)</div>
<div class="dd-handle"><?= htmlReady($contact->name) ?> (<?= htmlReady($contact_cat[$contact->category]['name']) ?>)</div>
</li>
<? endforeach; ?>
</ol>
......
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