diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index f990ac7f3a1..673f76971eb 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -12,7 +12,7 @@ var/title = "" - var/body = "" + var/list/body = list() if(!D) return if(istype(D, /atom)) @@ -319,7 +319,7 @@ body } "} html += "" - html += body + html += body.Join("") html += {"