From c239f4eb1002d2fbcd52e3350ccd96a0a59f62b2 Mon Sep 17 00:00:00 2001 From: maddalax Date: Sat, 28 Sep 2024 20:53:08 -0500 Subject: [PATCH] small fix --- htmgo-site/md/docs/2_core-concepts/6_raw_html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmgo-site/md/docs/2_core-concepts/6_raw_html.md b/htmgo-site/md/docs/2_core-concepts/6_raw_html.md index 666b275..3e3e7d2 100644 --- a/htmgo-site/md/docs/2_core-concepts/6_raw_html.md +++ b/htmgo-site/md/docs/2_core-concepts/6_raw_html.md @@ -13,7 +13,7 @@ Usage: h.UnsafeRaw("
Raw HTML
") h.UnsafeRawF("
%s
", "Raw HTML") -h.UnsafeRawScript("") +h.UnsafeRawScript("alert('Hello World')") ``` Important: Be careful when using these methods, these methods do not escape the HTML content