diff --git a/template.go b/template.go index 363c6754160e0b456e0c4a962b3523913c65d2c4..1b62cf78a10719bfd0544cfbbaa944a5407f45f3 100644 --- a/template.go +++ b/template.go @@ -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.