diff options
Diffstat (limited to 'app/views/file/unzipquestion.php')
| -rw-r--r-- | app/views/file/unzipquestion.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/file/unzipquestion.php b/app/views/file/unzipquestion.php index c3b82d1..361ae63 100644 --- a/app/views/file/unzipquestion.php +++ b/app/views/file/unzipquestion.php @@ -4,7 +4,7 @@ <input type="hidden" name="file_refs[]" value="<?= htmlReady($file->getId()) ?>"> <? endforeach ?> - <?= Icon::create('unit-test', Icon::ROLE_INACTIVE)->asSvg(120, ['style' => 'display: block; margin-left: auto; margin-right: auto;']) ?> + <?= Icon::create('unit-test', Icon::ROLE_INACTIVE)->asImg(120, ['style' => 'display: block; margin-left: auto; margin-right: auto;']) ?> <?= _('Soll diese ZIP-Datei entpackt werden?') ?> |
