mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@@ -390,6 +390,7 @@ func NewFuncMap() []template.FuncMap {
|
||||
html += "</span>"
|
||||
return template.HTML(html)
|
||||
},
|
||||
"QueryEscape": url.QueryEscape,
|
||||
}}
|
||||
}
|
||||
|
||||
@@ -510,6 +511,7 @@ func NewTextFuncMap() []texttmpl.FuncMap {
|
||||
}
|
||||
return sum
|
||||
},
|
||||
"QueryEscape": url.QueryEscape,
|
||||
}}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user