diff options
Diffstat (limited to 'app/views/vips/sheets/copy_exercise_dialog.php')
| -rw-r--r-- | app/views/vips/sheets/copy_exercise_dialog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vips/sheets/copy_exercise_dialog.php b/app/views/vips/sheets/copy_exercise_dialog.php index d825ce1..7eeec26 100644 --- a/app/views/vips/sheets/copy_exercise_dialog.php +++ b/app/views/vips/sheets/copy_exercise_dialog.php @@ -90,7 +90,7 @@ <a href="<?= $controller->link_for('vips/sheets/preview_exercise', ['assignment_id' => $exercise['assignment_id'], 'exercise_id' => $exercise['id']]) ?>" data-dialog="id=vips_preview;size=800x600" target="_blank"> - <?= Icon::create('question-circle')->asSvg(['title' => _('Vorschau anzeigen')]) ?> + <?= Icon::create('question-circle')->asImg(['title' => _('Vorschau anzeigen')]) ?> </a> </label> </td> |
