#2556 handle space in image URL

This commit is contained in:
Unknwon 2016-02-04 22:51:40 -05:00
parent ddf9fa06c7
commit 8e40f86d2c
4 changed files with 7 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.29.0204"
const APP_VER = "0.8.30.0204"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())