Fix PDA messenger bug

This commit is contained in:
ZomgPonies
2013-12-28 08:47:58 -05:00
parent 1d47723912
commit 80b76cf076
+1 -1
View File
@@ -619,7 +619,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
if (in_range(src, U) && loc == U)
n = copytext(adminscrub(n), 1, MAX_MESSAGE_LEN)
if (mode == 1)
note = replacetext(n, "\n", "<BR>")
note = replacetext(n, "\n", "<br>")
notehtml = n
else
ui.close()