diff options
Diffstat (limited to 'resources/views/emails/verify-notify-html.php')
| -rw-r--r-- | resources/views/emails/verify-notify-html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/emails/verify-notify-html.php b/resources/views/emails/verify-notify-html.php index a34f4e1d31..5cfe690a2f 100644 --- a/resources/views/emails/verify-notify-html.php +++ b/resources/views/emails/verify-notify-html.php @@ -12,8 +12,8 @@ <?= I18N::translate('You need to review the account details.') ?> </p> -<a href="<?= Html::escape(Html::url(WT_BASE_URL . 'admin_users.php', ['action' => 'edit', 'user_id' => $user->getUserId()])) ?>"> - <?= Html::escape(Html::url(WT_BASE_URL . 'admin_users.php', ['action' => 'edit', 'user_id' => $user->getUserId()])) ?> +<a href="<?= Html::escape(Html::url(WT_BASE_URL . 'admin_users.php', ['action' => 'edit', 'user_id' => $user->getUserId()])) ?>"> + <?= Html::escape(Html::url(WT_BASE_URL . 'admin_users.php', ['action' => 'edit', 'user_id' => $user->getUserId()])) ?> </a> <ul> |
