providers/http: Add queryEscape, queryUnescape
This commit is contained in:
parent
adf77c962d
commit
88a364a155
@ -26,6 +26,8 @@ func (this *Provider) FuncMap () template.FuncMap {
|
||||
"parseForm": funcParseForm,
|
||||
"error": funcError,
|
||||
"redirect": funcRedirect,
|
||||
"queryEscape": url.QueryEscape,
|
||||
"queryUnescape": url.QueryUnescape,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user