Fixed test break.

This commit is contained in:
Qiang Xue
2014-03-16 08:19:27 -04:00
parent e6a356896d
commit 76a7beb67f

View File

@ -13,4 +13,4 @@ Hello <?= Html::encode($user->username) ?>,
Follow the link below to reset your password:
<?= Html::a(Html::encode($resetLink), $resetLink)
<?= Html::a(Html::encode($resetLink), $resetLink) ?>