diff options
author | Unknwon <u@gogs.io> | 2019-11-07 11:18:21 -0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-11-07 11:18:21 -0800 |
commit | 53d30ccde92f7891cf8691d18f109e28ea81d15c (patch) | |
tree | d3f25dbea507bac989e7209f08541b1ca91618ba /internal/template | |
parent | 7d9f408d3acc2fce65021d6e6a78df3b44e7b73d (diff) |
templates: fix line wrap for very long commit message
Diffstat (limited to 'internal/template')
-rw-r--r-- | internal/template/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/template/template.go b/internal/template/template.go index 36fb2612..abbf416e 100644 --- a/internal/template/template.go +++ b/internal/template/template.go @@ -14,7 +14,7 @@ import ( "strings" "time" - "github.com/json-iterator/go" + jsoniter "github.com/json-iterator/go" "github.com/microcosm-cc/bluemonday" "golang.org/x/net/html/charset" "golang.org/x/text/transform" |