aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/render_template.go2
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() {