From a3cb00e5ae96ba92333746746b1e224ddc726145 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 17 Dec 2024 19:30:03 +0900 Subject: fix: fix invalid escape as html --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 288e295..018a4b2 100644 --- a/main.go +++ b/main.go @@ -5,13 +5,13 @@ import ( "database/sql" "embed" "fmt" + "html/template" "io" "log" "net/http" "os" "strconv" "strings" - "text/template" "time" "github.com/hashicorp/go-multierror" -- cgit v1.2.3-70-g09d2