Escape href quotation marks (#678)

This commit is contained in:
Ryo Nakano 2019-10-17 16:12:24 +09:00 committed by fdb-hiroshima
parent fc9e69d811
commit b4882533f8

View file

@ -5,5 +5,5 @@
@:base(ctx, i18n!(ctx.1, "Password reset"), {}, {}, {
<h1>@i18n!(ctx.1, "This token has expired")</h1>
<p>@i18n!(ctx.1, "Please start the process again by clicking <a href="/password-reset">here</a>.")</p>
<p>@i18n!(ctx.1, "Please start the process again by clicking <a href=\"/password-reset\">here</a>.")</p>
})