aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/dates/_date_row.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/course/dates/_date_row.php')
-rw-r--r--app/views/course/dates/_date_row.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/dates/_date_row.php b/app/views/course/dates/_date_row.php
index b45bd55..3cad99b 100644
--- a/app/views/course/dates/_date_row.php
+++ b/app/views/course/dates/_date_row.php
@@ -18,7 +18,7 @@ $dialog_url = $show_raumzeit
<tr id="date_<?= $date->id ?>" <? if (!empty($is_next_date)) echo 'class="nextdate" title="' . _('Der nächste Termin') . '"'; ?> data-termin-id="<?= htmlReady($date->id) ?>">
<td data-sort-value="<?= htmlReady($date->date) ?>" class="date_name">
<a href="<?= $dialog_url ?>" data-dialog>
- <?= Icon::create($icon)->asSvg(Icon::SIZE_INLINE,['class' => 'text-bottom']) ?>
+ <?= Icon::create($icon)->asImg(Icon::SIZE_INLINE,['class' => 'text-bottom']) ?>
<?= htmlReady($date->getFullName(CourseDate::FORMAT_VERBOSE)) ?>
</a>
<? if (count($date->dozenten) > 0): ?>