#2593 allow render raw content

Use URL query parameter render=1 to render content in raw mode.
This commit is contained in:
Unknwon 2016-08-05 18:34:13 -07:00
parent 28dc5bb566
commit ab9c5fb5e7
7 changed files with 7 additions and 7 deletions

View file

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