mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 21:42:57 +09: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