Fix the MOTD having too many newlines

This commit is contained in:
Tad Hardesty
2018-06-22 18:19:40 -07:00
parent 1f50c38aa6
commit 657c2f70f1
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, OOC_COLOR)
var/motd = global.config.motd
if(motd)
to_chat(src, "<div class=\"motd\">[motd]</div>")
to_chat(src, "<div class=\"motd\">[motd]</div>", handle_whitespace=FALSE)
else
to_chat(src, "<span class='notice'>The Message of the Day has not been set.</span>")