1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 16:58:37 +00:00

fix email with + when active (#17518)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Lunny Xiao
2021-11-02 14:26:13 +08:00
committed by GitHub
parent cb9c8184c9
commit e69521f029
2 changed files with 2 additions and 1 deletions

View File

@@ -498,6 +498,7 @@ func NewTextFuncMap() []texttmpl.FuncMap {
}
return sum
},
"QueryEscape": url.QueryEscape,
}}
}