linked to when someone replies to another comment (>> id), I also fixed a bug in comment submission where the counter was not incrementing
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
<b><%= comment.name %></b> <%= func.unix_time_to_date_format(comment.pubdate) %> <i>No. <%= comment.id %></i>:<br/>
|
|
<%- func.render_comment(comment.content) %>
|
|
<br/>
|