Skip to content
Snippets Groups Projects
Commit fdbb6001 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

fixes #3797

Closes #3797

Merge request studip/studip!2674
parent 5afaea1a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ jQuery(function ($) { ...@@ -12,7 +12,7 @@ jQuery(function ($) {
<ol class="dd-list"> <ol class="dd-list">
<? foreach ($contacts as $contact): ?> <? foreach ($contacts as $contact): ?>
<li class="dd-item" data-id="<?= $contact->contact_id ?>_<?= $contact->category ?>"> <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> </li>
<? endforeach; ?> <? endforeach; ?>
</ol> </ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment