Change chardet to gogits

This commit is contained in:
Peter Smit 2015-01-15 12:40:16 +02:00
parent e193005c66
commit e6f97c78ff
2 changed files with 2 additions and 2 deletions

View file

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