From 7f8b88a479bd7a11fcc4c924a92c5bcad9e92dd4 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 27 Dec 2024 21:04:24 +0200 Subject: [PATCH] Sanitizing oopsie --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8b4b743..98daf84 100644 --- a/main.go +++ b/main.go @@ -2,9 +2,9 @@ package main import ( "encoding/json" - "html/template" "log" "os" + "text/template" "github.com/gomarkdown/markdown" "github.com/gomarkdown/markdown/html"