about summary refs log tree commit diff stats
path: root/internal/components/page.templ
diff options
context:
space:
mode:
Diffstat (limited to 'internal/components/page.templ')
-rw-r--r--internal/components/page.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/components/page.templ b/internal/components/page.templ
index 4ba3741..63d0439 100644
--- a/internal/components/page.templ
+++ b/internal/components/page.templ
@@ -81,7 +81,7 @@ templ script(s *frontend.Asset) {
 }
 
 func Unsafe(html string) templ.Component {
-	return templ.ComponentFunc(func(_ context.Context, w io.Writer) (err error) {
+	return templ.ComponentFunc(func(_ context.Context, w io.Writer) (err errors.E) {
 		_, err = io.WriteString(w, html)
 		return
 	})