diff options
Diffstat (limited to 'app/views/public_courses/index.php')
| -rw-r--r-- | app/views/public_courses/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_courses/index.php b/app/views/public_courses/index.php index 19f8b7f..8ecd0ab 100644 --- a/app/views/public_courses/index.php +++ b/app/views/public_courses/index.php @@ -69,7 +69,7 @@ } ?> <a href="<?= URLHelper::getLink('dispatch.php/course/go?to='. $id . '&redirect_to=' . str_replace('?', '&', $navigation->getURL())) ?>"<?= $badge ?>> - <?= $navigation->getImage()->asSvg($navigation->getLinkAttributes()) ?> + <?= $navigation->getImage()->asImg($navigation->getLinkAttributes()) ?> </a> <? else: ?> <?= Assets::img('blank.gif', ['width' => Icon::SIZE_DEFAULT, 'height' => Icon::SIZE_DEFAULT]) ?> |
