Build fixes.

This commit is contained in:
PsiOmega
2015-04-28 09:04:00 +02:00
parent 74675f5a14
commit 86d2fa5f61
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -340,7 +340,7 @@
usr << "<span class='info'>There isn't enough space left on \the [src] to write anything.</span>"
return
var/t = strip_html_simple(input("Enter what you want to write:", "Write", null, null) as message)
var/t = strip_html_properly(input("Enter what you want to write:", "Write", null, null) as message)
if(!t)
return