Skip to content

Commit

Permalink
newline hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 13, 2023
1 parent 66e9557 commit 5a12ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
else
msg += "\[[criminal]\]\n"

msg += "<span class = 'deptradio'>Security records:</span> <a href='?src=\ref[src];secrecord=1'>\[View\]</a>"
msg += "<span class = 'deptradio'>Security records:</span> <a href='?src=\ref[src];secrecord=1'>\[View\]\n</a>"
if(!observer)
msg += " <a href='?src=\ref[src];secrecordadd=1'>\[Add comment\]</a>\n"

Expand Down

0 comments on commit 5a12ff9

Please sign in to comment.