Fixes ahelp trimming (#33268)
This commit is contained in:
committed by
CitadelStationBot
parent
24d205f9c9
commit
4671fd9724
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user