From 7d7e3c26645a687da78bd8153c293ee5048e2ffb Mon Sep 17 00:00:00 2001 From: Andrew Reed Date: Tue, 13 Apr 2021 19:35:11 +0000 Subject: [PATCH] Remove html escaping in fs performance analyzer --- pkg/analyze/host_filesystem_performance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/analyze/host_filesystem_performance.go b/pkg/analyze/host_filesystem_performance.go index 6b5d8289..88fa60e1 100644 --- a/pkg/analyze/host_filesystem_performance.go +++ b/pkg/analyze/host_filesystem_performance.go @@ -4,10 +4,10 @@ import ( "bytes" "encoding/json" "fmt" - "html/template" "log" "path/filepath" "strings" + "text/template" "time" "github.com/pkg/errors"