diff --git a/gogs.go b/gogs.go index 14de15ff4..3dbf576ec 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.69.1024" +const APP_VER = "0.11.70.1126" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index 444de06fd..461a5f97b 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.69.1024 +0.11.70.1126 diff --git a/templates/repo/wiki/view.tmpl b/templates/repo/wiki/view.tmpl index 543c2acdb..3016748db 100644 --- a/templates/repo/wiki/view.tmpl +++ b/templates/repo/wiki/view.tmpl @@ -48,7 +48,7 @@
- {{$title}} + {{$title}} {{if and .IsRepositoryWriter (not .Repository.IsMirror)}}
{{.i18n.Tr "repo.wiki.edit_page_button"}} @@ -61,7 +61,7 @@ {{.i18n.Tr "repo.wiki.last_commit_info" .Author.Name $timeSince | Safe}}
-
+
{{.content | Str2html}}