From 25785041e7308760c9836f7d614968caef281a33 Mon Sep 17 00:00:00 2001 From: Sebastian Ertz Date: Fri, 30 Jan 2026 06:47:46 +0100 Subject: [PATCH] Correct spacing between username and bot label (#36473) (#36484) Backport #36473 Co-authored-by: Lunny Xiao --- templates/shared/user/authorlink.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared/user/authorlink.tmpl b/templates/shared/user/authorlink.tmpl index abfee6aae3..04d01e0dca 100644 --- a/templates/shared/user/authorlink.tmpl +++ b/templates/shared/user/authorlink.tmpl @@ -1 +1 @@ -{{.GetDisplayName}}{{if .IsTypeBot}}bot{{end}} +{{.GetDisplayName}}{{if .IsTypeBot}} bot{{end}}