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:
@@ -498,6 +498,7 @@ func NewTextFuncMap() []texttmpl.FuncMap {
|
||||
}
|
||||
return sum
|
||||
},
|
||||
"QueryEscape": url.QueryEscape,
|
||||
}}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user