From ea05da89cbe54ce1000ce6ef51449dc90e46cd4b Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 15 Jan 2019 10:57:01 +0000 Subject: [PATCH] states/statemgr: Avoid HTML escaping when printing LockInfo --- states/statemgr/locker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/statemgr/locker.go b/states/statemgr/locker.go index 25f3f5587..312eb02dc 100644 --- a/states/statemgr/locker.go +++ b/states/statemgr/locker.go @@ -6,11 +6,11 @@ import ( "encoding/json" "errors" "fmt" - "html/template" "math/rand" "os" "os/user" "strings" + "text/template" "time" uuid "github.com/hashicorp/go-uuid"