mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
New chat client / messenger (#10654)
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
// get_debug_type displays this
|
||||
else if(istext(value))
|
||||
debug_type = null // it's kinda annoying here; we can tell the type by the quotes
|
||||
vtext = "\"[value]\""
|
||||
vtext = "\"[html_encode(value)]\""
|
||||
else if(isicon(value))
|
||||
vtext = "[value]"
|
||||
else if(isfile(value))
|
||||
|
||||
Reference in New Issue
Block a user