Merge pull request #4229 from Citadel-Station-13/upstream-merge-33268

[MIRROR] Fixes ahelp trimming
This commit is contained in:
deathride58
2017-12-05 22:39:25 +00:00
committed by GitHub
+1 -1
View File
@@ -111,7 +111,7 @@
//get message text, limit it's length.and clean/escape html
if(!msg)
msg = input(src,"Message:", "Private message to [key_name(recipient, 0, 0)]") as text|null
msg = trim(msg)
if(!msg)
return