diff options
Diffstat (limited to 'app/views/course/timesrooms/_regularEvents.php')
| -rw-r--r-- | app/views/course/timesrooms/_regularEvents.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/timesrooms/_regularEvents.php b/app/views/course/timesrooms/_regularEvents.php index 0fd733a..62e59b2 100644 --- a/app/views/course/timesrooms/_regularEvents.php +++ b/app/views/course/timesrooms/_regularEvents.php @@ -42,7 +42,7 @@ tabindex="0" data-tooltip aria-label="<?= htmlReady($booking_status_message) ?>"> - <?= $booking_status_icon->asSvg(['class' => 'text-bottom']) ?> + <?= $booking_status_icon->asImg(['class' => 'text-bottom']) ?> <span class="tooltip-content"><?= $booking_status_message ?></span> </span> <a href="<?= ContentBoxHelper::href($metadate_id) ?>"> |
