mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
Nothing special: Linting
This commit is contained in:
@@ -22,8 +22,8 @@ var htmlReplacer = strings.NewReplacer(
|
||||
"'", "'",
|
||||
)
|
||||
|
||||
// HtmlEscape returns a string which has no valid html code
|
||||
func HtmlEscape(s string) string {
|
||||
// HTMLEscape returns a string which has no valid html code
|
||||
func HTMLEscape(s string) string {
|
||||
return htmlReplacer.Replace(s)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user