small fix
This commit is contained in:
parent
9a59eb35a8
commit
c239f4eb10
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Usage:
|
||||||
|
|
||||||
h.UnsafeRaw("<div>Raw HTML</div>")
|
h.UnsafeRaw("<div>Raw HTML</div>")
|
||||||
h.UnsafeRawF("<div>%s</div>", "Raw HTML")
|
h.UnsafeRawF("<div>%s</div>", "Raw HTML")
|
||||||
h.UnsafeRawScript("<script>alert('Hello World')</script>")
|
h.UnsafeRawScript("alert('Hello World')")
|
||||||
```
|
```
|
||||||
|
|
||||||
Important: Be careful when using these methods, these methods do not escape the HTML content
|
Important: Be careful when using these methods, these methods do not escape the HTML content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue