merge
This commit is contained in:
parent
7f824c4d97
commit
53662cd433
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue