From 8d834d04be72597fa8a9627af3b471ab65baaa0d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 7 Apr 2025 06:44:43 +0200 Subject: fix: HTML escape in templates --- lex-serve/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lex-serve/main.go b/lex-serve/main.go index f06d1a1..0a1403b 100644 --- a/lex-serve/main.go +++ b/lex-serve/main.go @@ -4,6 +4,7 @@ import ( "bytes" "embed" "encoding/json" + "html/template" "io/ioutil" "log" "net" @@ -11,7 +12,6 @@ import ( "net/url" "os" "strings" - "text/template" ) //go:embed countries.json -- cgit v1.2.3