merged composer and some other files with master

This commit is contained in:
akhoury
2014-02-20 02:25:15 -05:00
118 changed files with 913 additions and 423 deletions

View File

@@ -111,7 +111,7 @@ var winston = require('winston'),
], function(err, results) {
websockets.in('topic_' + results[0].tid).emit('event:post_edited', {
pid: pid,
title: validator.sanitize(title).escape(),
title: validator.escape(title),
isMainPost: results[0].isMainPost,
content: results[1]
});