summaryrefslogtreecommitdiff
path: root/resources/views/emails
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-11-03 12:12:31 +0000
committerGreg Roach <fisharebest@gmail.com>2017-11-03 12:12:50 +0000
commit0fd39724ec01f9f77115641c88ab7da1a4b09227 (patch)
treec4dd113cffd7a8be7e851858917d176f28470e97 /resources/views/emails
parent17319d0adba30d5333e0fee0a7e5140d5c78c1e2 (diff)
downloadwebtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.gz
webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.bz2
webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.zip
CodeStyle - spacing/alignment
Diffstat (limited to 'resources/views/emails')
-rw-r--r--resources/views/emails/verify-notify-html.php4
-rw-r--r--resources/views/emails/verify-notify-text.php2
2 files changed, 3 insertions, 3 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>
diff --git a/resources/views/emails/verify-notify-text.php b/resources/views/emails/verify-notify-text.php
index fd617c9190..4432297d5e 100644
--- a/resources/views/emails/verify-notify-text.php
+++ b/resources/views/emails/verify-notify-text.php
@@ -6,7 +6,7 @@
<?= I18N::translate('You need to review the account details.') ?>
-<?= Html::url(WT_BASE_URL . 'admin_users.php', ['action' => 'edit', 'user_id' => $user->getUserId()]) ?>
+<?= Html::url(WT_BASE_URL . 'admin_users.php', ['action' => 'edit', 'user_id' => $user->getUserId()]) ?>
<?= /* I18N: You need to: */ I18N::translate('Set the status to “approved”.') ?>
<?= /* I18N: You need to: */ I18N::translate('Set the access level for each tree.') ?>