From 847c06d88b4d80a54403bdc6c1571dc81fc9e537 Mon Sep 17 00:00:00 2001 From: unknwon Date: Sat, 21 Sep 2019 20:48:09 -0700 Subject: templates/repo: remove unnecessary wrap div --- gogs.go | 2 +- templates/.VERSION | 2 +- templates/repo/user_cards.tmpl | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gogs.go b/gogs.go index 47aa267f..6052b7d6 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogs/gogs/pkg/setting" ) -const Version = "0.11.92.0915" +const Version = "0.11.93.0921" func init() { setting.AppVer = Version diff --git a/templates/.VERSION b/templates/.VERSION index 6f83b4f0..6f907b2f 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.92.0915 +0.11.93.0921 diff --git a/templates/repo/user_cards.tmpl b/templates/repo/user_cards.tmpl index bb6c6348..827bdbf4 100644 --- a/templates/repo/user_cards.tmpl +++ b/templates/repo/user_cards.tmpl @@ -24,9 +24,7 @@
{{$.CSRFTokenHTML}} -
- -
+
{{end}} -- cgit v1.2.3