diff options
Diffstat (limited to 'app/views/course/topics/index.php')
| -rw-r--r-- | app/views/course/topics/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/topics/index.php b/app/views/course/topics/index.php index 29a9d98..1577a2d 100644 --- a/app/views/course/topics/index.php +++ b/app/views/course/topics/index.php @@ -48,7 +48,7 @@ use Studip\Button; <?= htmlReady($topic['title']) ?> </a> <? if ($topic->paper_related): ?> - <?= Icon::create('info-circle')->asSvg(array_merge( + <?= Icon::create('info-circle')->asImg(array_merge( tooltip2(_('Thema behandelt eine Hausarbeit oder ein Referat')) )) ?> <? endif ?> |
