templates/repo/branches: escape pound in branch name (#4874)

This commit is contained in:
Unknwon
2018-03-12 15:27:21 -04:00
parent f0bbcef3a4
commit ba0a78da2a
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.37.0312"
const APP_VER = "0.11.38.0312"
func init() {
setting.AppVer = APP_VER