mirror of
https://github.com/astaxie/beego.git
synced 2024-11-14 06:30:55 +00:00
Merge pull request #1588 from Kavin-Cao/master
template.go 的beegoTplFuncMap注释有误
This commit is contained in:
commit
07937dea9a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user