aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-09-28 23:56:45 -0400
committerUnknwon <u@gogs.io>2018-09-28 23:56:45 -0400
commit0d66b1cc1c8c44c041f5274f967535d62bd371e1 (patch)
tree2d1cc270322f9a03768da18e55f12e65ec7a2511 /gogs.go
parent1843354d88b4998a93fc0165ccca760977be3e73 (diff)
pkg/context: apply EscapePound at context level
Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index a3ec36f0..565427cc 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.67.0928"
+const APP_VER = "0.11.68.0928"
func init() {
setting.AppVer = APP_VER