Skip to content

Commit 76a7beb

Browse files
committed
Fixed test break.
1 parent e6a3568 commit 76a7beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/advanced/common/mail/passwordResetToken.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
Follow the link below to reset your password:
1515

16-
<?= Html::a(Html::encode($resetLink), $resetLink)
16+
<?= Html::a(Html::encode($resetLink), $resetLink) ?>

0 commit comments

Comments
 (0)