fix email with + when active (#17518)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Lunny Xiao
2021-11-02 06:26:13 +00:00
committed by GitHub
co-authored by zeripath
parent cb9c8184c9
commit e69521f029
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -498,6 +498,7 @@ func NewTextFuncMap() []texttmpl.FuncMap {
}
return sum
},
"QueryEscape": url.QueryEscape,
}}
}