[MIRROR] JATUM (#1045)

* JATUM (#53831)

Adds the JATUM serialization system. Inspired by @ RemieRichards. Allows for easy serialization and deserialization of trivial datums.

Also adds a missing html_encode.

* JATUM

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-29 12:33:17 +02:00
committed by GitHub
parent 3b3ad587a9
commit ac7b25e9bf
4 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -199,4 +199,4 @@ GLOBAL_PROTECT(LastAdminCalledProc)
. += "</font>"
else
. = "<font color='blue'>[procname] returned: [!isnull(returnval) ? returnval : "null"]</font>"
. = "<font color='blue'>[procname] returned: [!isnull(returnval) ? html_encode(returnval) : "null"]</font>"