From 1f9e21ebd5a24ee0512f1c84ead295e6df3b468c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 26 Nov 2018 07:02:21 -0500 Subject: templates/wiki: fix emoji rendering (#4869) --- gogs.go | 2 +- templates/.VERSION | 2 +- templates/repo/wiki/view.tmpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gogs.go b/gogs.go index 14de15ff..3dbf576e 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 444de06f..461a5f97 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 543c2acd..3016748d 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}}
-- cgit v1.2.3