Skip to content

Commit 45decfc

Browse files
authored
Merge pull request #356 from areed/fs-perf-text
Remove html escaping in fs performance analyzer
2 parents 822ada9 + 7d7e3c2 commit 45decfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyze/host_filesystem_performance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"bytes"
55
"encoding/json"
66
"fmt"
7-
"html/template"
87
"log"
98
"path/filepath"
109
"strings"
10+
"text/template"
1111
"time"
1212

1313
"github.com/pkg/errors"

0 commit comments

Comments
 (0)