feat(forums): fixed markdown rendered table css style

This commit is contained in:
OldHawk
2017-07-09 20:21:19 +08:00
parent 6596055ae3
commit bc13571a96
5 changed files with 39 additions and 2 deletions

View File

@@ -192,6 +192,8 @@ exports.postNewReply = function (req, res) {
topic._replies.push(reply);
topic.replyCount++;
topic.lastReplyAt = Date.now();
topic.lastUser = req.user;
topic.save(function (err) {
if (err) {