repo: several minor improvements

1. Fix sample content didn't show up when hook doesn't exist.
2. Fix CSS 'word-break' to use 'break-word' not 'break-all'.
3. Fix single quote in 'locale_en-US.ini' file.
This commit is contained in:
Unknwon
2017-02-19 13:18:16 -05:00
parent cd9b29ff3f
commit 7de71333c6
14 changed files with 50 additions and 41 deletions

View File

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