From 85f34ba53843177999cb98bad046e9cce22bfc8f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 6 Sep 2015 16:31:22 -0400 Subject: new user profile settings UI Signed-off-by: Unknwon --- modules/base/template.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/base') diff --git a/modules/base/template.go b/modules/base/template.go index 7875010d..f86a97b3 100644 --- a/modules/base/template.go +++ b/modules/base/template.go @@ -76,7 +76,6 @@ func ToUtf8WithErr(content []byte) (error, string) { } encoding, _ := charset.Lookup(charsetLabel) - if encoding == nil { return fmt.Errorf("unknow char decoder %s", charsetLabel), string(content) } -- cgit v1.2.3