Re-enable HTML mark-up in narrates
Because we trust the admins not to abuse HTML, right? Riiiiight?
This commit is contained in:
skull132
2016-08-05 15:20:42 +03:00
committed by GitHub
parent 8097adaa3a
commit 0a6e48ab8a
2 changed files with 15 additions and 2 deletions
+2 -2
View File
@@ -109,7 +109,7 @@
src << "Only administrators may use this command."
return
var/msg = sanitize(input("Message:", text("Enter the text you wish to appear to everyone:")) as text)
var/msg = html_decode(sanitize(input("Message:", text("Enter the text you wish to appear to everyone:")) as text))
if (!msg)
return
@@ -132,7 +132,7 @@
if(!M)
return
var/msg = sanitize(input("Message:", text("Enter the text you wish to appear to your target:")) as text)
var/msg = html_decode(sanitize(input("Message:", text("Enter the text you wish to appear to your target:")) as text))
if( !msg )
return