small fix

This commit is contained in:
maddalax 2024-09-28 20:53:08 -05:00
parent 9a59eb35a8
commit c239f4eb10

View file

@ -13,7 +13,7 @@ Usage:
h.UnsafeRaw("<div>Raw HTML</div>")
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