diff options
Diffstat (limited to 'app/views/course/dates/current_day_dates.php')
| -rw-r--r-- | app/views/course/dates/current_day_dates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/dates/current_day_dates.php b/app/views/course/dates/current_day_dates.php index 9df4b09..c0f92d7 100644 --- a/app/views/course/dates/current_day_dates.php +++ b/app/views/course/dates/current_day_dates.php @@ -12,7 +12,7 @@ <? foreach ($dates as $date): ?> <tr> <td class="date_name"> - <?= Icon::create('date')->asSvg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?> + <?= Icon::create('date')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?> <?= htmlReady($date->getFullName(CourseDate::FORMAT_VERBOSE)) ?> </td> <td> |
