diff --git a/code/modules/admin/misc_admin_procs.dm b/code/modules/admin/misc_admin_procs.dm
index c96d1b37aeee..a3d9a0e8eebf 100644
--- a/code/modules/admin/misc_admin_procs.dm
+++ b/code/modules/admin/misc_admin_procs.dm
@@ -118,7 +118,7 @@ GLOBAL_VAR_INIT(nologevent, 0)
body += "Related accounts by IP: [jointext(M.client.related_accounts_ip, " - ")]
"
if(M.ckey)
- body += "Enabled AntagHUD: [M.has_ahudded() ? "TRUE" : "false"]
"
+ body += "Enabled AntagHUD: [M.has_ahudded() ? "TRUE" : "false"]
"
body += "Roundstart observer: [M.is_roundstart_observer() ? "true" : "false"]
"
body += "Kick | "
body += "Ban | "