fix link
This commit is contained in:
parent
965a8487b9
commit
129c230c72
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ func RawHtml(ctx *h.RequestContext) *h.Page {
|
|||
`),
|
||||
h.P(
|
||||
h.Text("Sanitizing input can be done using "),
|
||||
Link("https://pkg.go.dev/html#EscapeString", "html.EscapeString"),
|
||||
Link("html.EscapeString", "https://pkg.go.dev/html#EscapeString"),
|
||||
h.Text(" or by using "),
|
||||
Link("bluemonday", "https://github.com/microcosm-cc/bluemonday."),
|
||||
h.Text(" for more control over sanitization."),
|
||||
|
|
|
|||
Loading…
Reference in a new issue