aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/notification_html.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/notification_html.php')
-rw-r--r--templates/mail/notification_html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/notification_html.php b/templates/mail/notification_html.php
index 2325ca0..81a38f3 100644
--- a/templates/mail/notification_html.php
+++ b/templates/mail/notification_html.php
@@ -154,7 +154,7 @@
<a href="<?= URLHelper::getLink($module['url'], ['sso' => $sso]) ?>"><?= htmlReady($module['text']) ?></a>
</td>
<td>
- <a href="<?= URLHelper::getLink($module['url'], ['sso' => $sso]) ?>"><?= $module['icon']->asSvg(['title' => $module['text']]) ?></a>
+ <a href="<?= URLHelper::getLink($module['url'], ['sso' => $sso]) ?>"><?= $module['icon']->asImg(['title' => $module['text']]) ?></a>
</td>
</tr>
<? endforeach ?>