diff options
Diffstat (limited to 'templates/mail/notify')
-rw-r--r-- | templates/mail/notify/collaborator.tmpl | 2 | ||||
-rw-r--r-- | templates/mail/notify/repo_transfer.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl index fcae84733e..9810c70984 100644 --- a/templates/mail/notify/collaborator.tmpl +++ b/templates/mail/notify/collaborator.tmpl @@ -4,7 +4,7 @@ <style> .footer { font-size:small; color:#666;} </style> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{{.Subject}}</title> </head> diff --git a/templates/mail/notify/repo_transfer.tmpl b/templates/mail/notify/repo_transfer.tmpl index 85ed96f3f7..586f83e652 100644 --- a/templates/mail/notify/repo_transfer.tmpl +++ b/templates/mail/notify/repo_transfer.tmpl @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{{.Subject}}</title> </head> |