diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index 84120c2c669..6ffc2608414 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -60,9 +60,9 @@ var/global/nologevent = 0
body += "TP - "
body += "PM - "
body += "SM - "
- body += "[admin_jump_link(M)]\]
"
if(ishuman(M) && M.mind)
- body += "HM"
+ body += "HM -"
+ body += "[admin_jump_link(M)]\]
"
body += "Mob type: [M.type]
"
if(M.client)
if(M.client.related_accounts_cid.len)