diff options
Diffstat (limited to 'templates/mail/auth/activate.tmpl')
-rw-r--r-- | templates/mail/auth/activate.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index 8ed26ff7..aa06886f 100644 --- a/templates/mail/auth/activate.tmpl +++ b/templates/mail/auth/activate.tmpl @@ -10,6 +10,6 @@ <p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> <p><a href="{{AppURL}}user/activate?code={{.Code}}">{{AppURL}}user/activate?code={{.Code}}</a></p> <p>Not working? Try copying and pasting it to your browser.</p> - <p>© 2018 <a target="_blank" href="{{AppURL}}">{{AppName}}</a></p> + <p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">{{AppName}}</a></p> </body> </html> |