all repos — searchix @ f775db95d59a56feeafa6a4e147885c814bf5fb7

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: build error caused by incomplete commit

Alan Pearce
commit

f775db95d59a56feeafa6a4e147885c814bf5fb7

parent

9015baf955c94a806c01b3dcd5648c8e68ad2685

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/components/page.templinternal/components/page.templ
@@ -81,7 +81,7 @@ <script src={ s.URL } defer integrity={ "sha256-" + s.Base64SHA256 }></script>
} func Unsafe(html string) templ.Component { - return templ.ComponentFunc(func(_ context.Context, w io.Writer) (err errors.E) { + return templ.ComponentFunc(func(_ context.Context, w io.Writer) (err error) { _, err = io.WriteString(w, html) return })