gitea/templates/mail
wxiaoguang dae7f1ebdb
Remove unnecessary SanitizeHTML from code ()
* "mail/issue/default.tmpl": the body is rendered by backend
`markdown.RenderString() HTML`, it has been already sanitized
* "repo/settings/webhook/base_list.tmpl": "Description" is prepared by
backend `ctx.Tr`, it doesn't need to be sanitized
..
auth Remove incorrect and unnecessary Escape from templates ()
issue Remove unnecessary SanitizeHTML from code ()
notify Fix mail template error ()
release.tmpl Refactor some Str2html code ()
team_invite.tmpl Remove unnecessary "Str2html" modifier from templates ()