mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
This commit is contained in:
parent
00767a0522
commit
85f34ba538
16 changed files with 148 additions and 121 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue