From e6f97c78ffdb20b95c36686eb8eb8a8ce1938a7b Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Thu, 15 Jan 2015 12:40:16 +0200 Subject: Change chardet to gogits --- modules/base/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/base') 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 { -- cgit v1.2.3