diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm
index 26c8fd867f72..228504195e52 100644
--- a/code/modules/mob/living/carbon/human/examine.dm
+++ b/code/modules/mob/living/carbon/human/examine.dm
@@ -463,7 +463,8 @@
msg += "Security records: \[View\]"
if(!observer)
msg += " \[Add comment\]\n"
-
+ else
+ msg += "\n"
if(hasHUD(user,"medical"))
var/cardcolor = holo_card_color
if(!cardcolor) cardcolor = "none"