From 90bf341e51b4726f2cbf6a59fe4ed05c5ebec603 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 27 Feb 2025 18:12:26 +0100 Subject: [PATCH] Remove superflous tw-content-center It does not do anything useful and must have been missed during https://github.com/go-gitea/gitea/pull/30007. --- templates/base/paginate.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base/paginate.tmpl b/templates/base/paginate.tmpl index 9a7a6322f7924..253892c009231 100644 --- a/templates/base/paginate.tmpl +++ b/templates/base/paginate.tmpl @@ -17,7 +17,7 @@ {{if eq .Num -1}} ... {{else}} - {{.Num}} + {{.Num}} {{end}} {{end}}