diff options
Diffstat (limited to 'templates/mail/team_invite.tmpl')
-rw-r--r-- | templates/mail/team_invite.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mail/team_invite.tmpl b/templates/mail/team_invite.tmpl index 163c950e94..8357895265 100644 --- a/templates/mail/team_invite.tmpl +++ b/templates/mail/team_invite.tmpl @@ -1,8 +1,8 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no"/> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no"> </head> {{$invite_url := printf "%sorg/invite/%s" AppUrl (QueryEscape .Invite.Token)}} <body> |