summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/base/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/template.go b/modules/base/template.go
index 9107f3e129..d96617c05f 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 {