templates/repo: escape branch name (#4601)

This commit is contained in:
Unknwon
2018-04-25 22:35:50 -04:00
parent d572381a37
commit 15f9a83618
4 changed files with 5 additions and 5 deletions

View File

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