From b500b7cfed837dbee2ee7f393c6c6fb9912f7ca7 Mon Sep 17 00:00:00 2001 From: Sebastian Ertz Date: Wed, 28 Jan 2026 16:22:37 +0100 Subject: [PATCH] Correct spacing between username and bot label (#36473) --- 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 af6624c5c3..1db8643c5b 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}}