From b2e98180a8325a4626e5986b8c9d3a332cc3bc82 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 1 Nov 2014 17:54:36 +0800 Subject: [PATCH] . --- conf/wide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }