diff options
author | 无闻 <u@gogs.io> | 2015-01-17 14:45:48 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-01-17 14:45:48 +0800 |
commit | f99690a54573420dab26ba82cb02fc027a8db891 (patch) | |
tree | f0c59ef529609beb75a9f0fb28ba3e1d8dabd024 /modules | |
parent | e193005c66e3c61593efd2d44005efbca0fab33a (diff) | |
parent | e6f97c78ffdb20b95c36686eb8eb8a8ce1938a7b (diff) |
Merge pull request #861 from phsmit/change_chardet
Change chardet to gogits
Diffstat (limited to 'modules')
-rw-r--r-- | modules/base/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/template.go b/modules/base/template.go index 9107f3e1..d96617c0 100644 --- a/modules/base/template.go +++ b/modules/base/template.go @@ -17,7 +17,7 @@ import ( "golang.org/x/text/transform" "github.com/gogits/gogs/modules/setting" - "github.com/saintfish/chardet" + "github.com/gogits/chardet" ) func Str2html(raw string) template.HTML { |