wiki: handle '#' in edit page (#3767)

This commit is contained in:
Unknwon
2017-02-15 05:10:00 -05:00
parent 94f91543b6
commit 32a868d431
3 changed files with 3 additions and 3 deletions

View File

@@ -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