From 7ded86f5afe2715fb630c94b589e93b2c8a44cd8 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Sat, 1 Mar 2025 01:38:27 +0800 Subject: [PATCH] Remove superflous tw-content-center (#33741) (#33743) Backport #33741 by @silverwind Co-authored-by: silverwind --- 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 9a7a6322f7..253892c009 100644 --- a/templates/base/paginate.tmpl +++ b/templates/base/paginate.tmpl @@ -17,7 +17,7 @@ {{if eq .Num -1}} ... {{else}} - {{.Num}} + {{.Num}} {{end}} {{end}}