diff options
author | Unknwon <u@gogs.io> | 2017-01-24 21:15:44 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-24 21:15:44 -0500 |
commit | d1c327d508e5d3c1ad9237ccf7c7d5b6cc21be8a (patch) | |
tree | 2f0b3ca12dabf233b5a5900763620666ae09629d /gogs.go | |
parent | eaf57229d35598a6585f6dc777db8462d9d47779 (diff) |
repo/home.tmpl: only ellipsis on repository name
File name could contain non-ASCII characters.
See details on https://discuss.gogs.io/t/topic/758.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.115.0103" +const APP_VER = "0.9.116.0124" func init() { setting.AppVer = APP_VER |