diff --git a/conf/wide.go b/conf/wide.go index 78f6c04..420f10d 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -299,7 +299,7 @@ func initCustomizedConfs() { // 1. /static/user/{username}/style.css func UpdateCustomizedConf(username string) { var u *User = nil - for _, user := range Wide.Users { // ... maybe a beauty of the trade-off between design and implementation + for _, user := range Wide.Users { // maybe it is a beauty of the trade-off of the another world between design and implementation if user.Name == username { u = user }