summaryrefslogtreecommitdiffstats
path: root/modules/templates/helper.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/templates/helper.go')
-rw-r--r--modules/templates/helper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/templates/helper.go b/modules/templates/helper.go
index 1f510bda6a..2a45f76a74 100644
--- a/modules/templates/helper.go
+++ b/modules/templates/helper.go
@@ -49,7 +49,7 @@ func NewFuncMap() []template.FuncMap {
return setting.AppVer
},
"AppBuiltWith": func() string {
- return setting.AppBuiltWith
+ return setting.AppBuiltWith
},
"AppDomain": func() string {
return setting.Domain