Allows admin announcements to have newlines

This commit is contained in:
Tastyfish
2016-02-29 21:26:15 -05:00
parent 7e8a2ff237
commit eea6f30870
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
var/tmp/message_sound = new_sound ? sound(new_sound) : sound
if(!msg_sanitized)
message = trim_strip_html_properly(message)
message = trim_strip_html_properly(message, allow_lines = 1)
message_title = html_encode(message_title)
Message(message, message_title, from)