mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
closes #2114
This commit is contained in:
@@ -131,6 +131,7 @@ topicsController.get = function(req, res, next) {
|
||||
}
|
||||
|
||||
description = validator.escape(description);
|
||||
description = description.replace(/'/g, ''');
|
||||
|
||||
var ogImageUrl = '';
|
||||
if (topicData.thumb) {
|
||||
|
||||
Reference in New Issue
Block a user