diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index ef57be9f47..2e8152551d 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -98,7 +98,7 @@ if("announce") if(src.authenticated==2) if(message_cooldown) return - var/input = copytext(sanitize(input(usr, "Please choose a message to announce to the station crew.", "What?", "")),1,MAX_MESSAGE_LEN) + var/input = copytext(strip_html_simple(input(usr, "Please choose a message to announce to the station crew.", "What?", "")),1,MAX_MESSAGE_LEN) if(!input || !(usr in view(1,src))) return captain_announce(input)//This should really tell who is, IE HoP, CE, HoS, RD, Captain diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index ed17140de4..91b5f5bca4 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -149,7 +149,7 @@ updateinfolinks() /obj/item/weapon/paper/proc/parsepencode(var/t, var/obj/item/weapon/pen/P, mob/user as mob, var/iscrayon = 0) - t = copytext(sanitize(t),1,MAX_MESSAGE_LEN) +// t = copytext(sanitize(t),1,MAX_MESSAGE_LEN) t = dd_replacetext(t, "\[center\]", "