From 32a868d431e6ec6cbb88f6da97916e76a9d455b8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 15 Feb 2017 05:10:00 -0500 Subject: [PATCH] wiki: handle '#' in edit page (#3767) --- gogs.go | 2 +- templates/.VERSION | 2 +- templates/repo/wiki/new.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gogs.go b/gogs.go index 4661bccb5..de4972567 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.147.0214" +const APP_VER = "0.9.148.0215" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index 79c7c09ac..e06bbb892 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.147.0214 \ No newline at end of file +0.9.148.0215 \ No newline at end of file diff --git a/templates/repo/wiki/new.tmpl b/templates/repo/wiki/new.tmpl index af87e9c43..48188db2f 100644 --- a/templates/repo/wiki/new.tmpl +++ b/templates/repo/wiki/new.tmpl @@ -11,7 +11,7 @@ {{end}} -
+ {{.CsrfTokenHtml}}