From b4882533f838f0cdc8d141c028ac0a95c0aa429f Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:12:24 +0900 Subject: [PATCH] Escape href quotation marks (#678) --- templates/session/password_reset_request_expired.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/session/password_reset_request_expired.rs.html b/templates/session/password_reset_request_expired.rs.html index 5e803e03..3f3210cd 100644 --- a/templates/session/password_reset_request_expired.rs.html +++ b/templates/session/password_reset_request_expired.rs.html @@ -5,5 +5,5 @@ @:base(ctx, i18n!(ctx.1, "Password reset"), {}, {}, {

@i18n!(ctx.1, "This token has expired")

-

@i18n!(ctx.1, "Please start the process again by clicking here.")

+

@i18n!(ctx.1, "Please start the process again by clicking here.")

})