template.go 的urlfor Func注释有误

template.go 的urlfor Func注释有误
This commit is contained in:
bradycao 2016-01-19 10:14:16 +08:00
parent b48f251043
commit 5757e6548e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func init() {
beegoTplFuncMap["lt"] = lt // <
beegoTplFuncMap["ne"] = ne // !=
beegoTplFuncMap["urlfor"] = URLFor // !=
beegoTplFuncMap["urlfor"] = URLFor // build a URL to match a Controller and it's method
}
// AddFuncMap let user to register a func in the template.