This commit is contained in:
barisusakli
2014-09-23 23:05:41 -04:00
parent da2725ec8a
commit 23197af725

View File

@@ -131,6 +131,7 @@ topicsController.get = function(req, res, next) {
}
description = validator.escape(description);
description = description.replace(/'/g, ''');
var ogImageUrl = '';
if (topicData.thumb) {