mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Corrected a bunch of over-escaping. (#24876)
* Corrected a bunch of over-escaping. * unundefine * Fixed #23759 * Apply suggestions from code review Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * Review fix --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -517,7 +517,7 @@
|
||||
return FALSE
|
||||
|
||||
if(sanitize)
|
||||
message = trim_strip_html_properly(message)
|
||||
message = sanitize_for_ic(trim(message))
|
||||
|
||||
if(stat)
|
||||
if(stat == DEAD)
|
||||
|
||||
Reference in New Issue
Block a user