diff options
Diffstat (limited to 'util/render_template.go')
| -rwxr-xr-x | util/render_template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/render_template.go b/util/render_template.go index 1db8840..2898623 100755 --- a/util/render_template.go +++ b/util/render_template.go @@ -23,10 +23,10 @@ package main import ( "encoding/json" "fmt" - "html/template" "io/ioutil" "os" "strings" + "text/template" ) func main() { |
