diff options
Diffstat (limited to 'app/views/vips/solutions/feedback_files_table.php')
| -rw-r--r-- | app/views/vips/solutions/feedback_files_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vips/solutions/feedback_files_table.php b/app/views/vips/solutions/feedback_files_table.php index 8c6757c..dff9869 100644 --- a/app/views/vips/solutions/feedback_files_table.php +++ b/app/views/vips/solutions/feedback_files_table.php @@ -31,7 +31,7 @@ <tr> <td> <a href="<?= htmlReady($file_ref->getDownloadURL()) ?>"> - <?= Icon::create('file')->asSvg(['title' => _('Datei herunterladen')]) ?> + <?= Icon::create('file')->asImg(['title' => _('Datei herunterladen')]) ?> <?= htmlReady($file_ref->name) ?> </a> </td> |
