This commit is contained in:
Daniella / Tove 2022-01-17 09:17:52 +01:00
parent 7f824c4d97
commit 53662cd433

View file

@ -104,11 +104,13 @@
else
ret += `<a href="/post/${id}">[Open]</a></div>`
for(const comment of post.comments) {
r = recurse(comment) + r
recurse(comment)
}
ret += '</post>'
}
return recurse(post)
recurse(post)
return
})() %>
</div>
<body>