You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/mail
wxiaoguang dae7f1ebdb
Remove unnecessary SanitizeHTML from code (#29575)
* "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
11 months ago
..
auth Remove incorrect and unnecessary Escape from templates (#29394) 11 months ago
issue Remove unnecessary SanitizeHTML from code (#29575) 11 months ago
notify Fix mail template error (#29410) 11 months ago
release.tmpl Refactor some Str2html code (#29397) 11 months ago
team_invite.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 11 months ago