diff --git a/agent/structs/acl_templated_policy.go b/agent/structs/acl_templated_policy.go index 04c85515ff..52bdb0d66f 100644 --- a/agent/structs/acl_templated_policy.go +++ b/agent/structs/acl_templated_policy.go @@ -9,7 +9,7 @@ import ( "fmt" "hash" "hash/fnv" - "html/template" + "text/template" "github.com/hashicorp/go-multierror" "github.com/xeipuuv/gojsonschema"