Skip to content

Commit 3ce5be3

Browse files
committed
Using template/text because we dont want html escaping
1 parent bdaaf2f commit 3ce5be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gstatic/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package gstatic
22

33
import (
4-
"html/template"
54
"io"
65
"os"
76
"path/filepath"
7+
"text/template"
88
)
99

1010
// Generator is the main struct. It use a VarReader to extract variables from a data source

0 commit comments

Comments
 (0)