states/statemgr: Avoid HTML escaping when printing LockInfo

pull/20005/head
Radek Simko 7 years ago
parent 0995559934
commit ea05da89cb
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7

@ -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"

Loading…
Cancel
Save