aboutsummaryrefslogtreecommitdiff
path: root/app/views/settings/userdomains.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/userdomains.php')
-rw-r--r--app/views/settings/userdomains.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/userdomains.php b/app/views/settings/userdomains.php
index f423e97..03763fd 100644
--- a/app/views/settings/userdomains.php
+++ b/app/views/settings/userdomains.php
@@ -35,7 +35,7 @@
<? if ($allow_change): ?>
<input type="checkbox" name="userdomain_delete[]" value="<?= $domain->id ?>">
<? else: ?>
- <?= Icon::create('accept', 'inactive')->asSvg(['class' => 'text-top']) ?>
+ <?= Icon::create('accept', 'inactive')->asImg(['class' => 'text-top']) ?>
<? endif; ?>
</td>
</tr>