diff --git a/app/store/comment.go b/app/store/comment.go index 8107fa65..ea29cca7 100644 --- a/app/store/comment.go +++ b/app/store/comment.go @@ -4,10 +4,10 @@ import ( "crypto/rand" "crypto/sha1" "fmt" + "html/template" "strings" "time" - "github.com/alecthomas/template" "github.com/microcosm-cc/bluemonday" "github.com/pkg/errors" )