aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/dates/_topic_li.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/course/dates/_topic_li.php')
-rw-r--r--app/views/course/dates/_topic_li.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/course/dates/_topic_li.php b/app/views/course/dates/_topic_li.php
index 9353ddb..88e267f 100644
--- a/app/views/course/dates/_topic_li.php
+++ b/app/views/course/dates/_topic_li.php
@@ -1,11 +1,11 @@
<li data-issue_id="<?= $topic->id ?>" class="topic_<?= $date->id ?>_<?= $topic->id ?>">
<a href="<?= $controller->url_for("course/topics#{$topic->id}", ['open' => $topic->id]) ?>" class="title">
- <?= Icon::create('topic')->asSvg(['class' => 'text-bottom']) ?>
+ <?= Icon::create('topic')->asImg(['class' => 'text-bottom']) ?>
<?= htmlReady($topic['title']) ?>
</a>
<? if ($has_access) : ?>
<a href="#" onClick="STUDIP.Dates.removeTopicFromIcon.call(this); return false;">
- <?= Icon::create('trash')->asSvg(['class' => 'text-bottom'] + tooltip2(_('Thema entfernen'))) ?>
+ <?= Icon::create('trash')->asImg(['class' => 'text-bottom'] + tooltip2(_('Thema entfernen'))) ?>
</a>
<? endif ?>
</li>