mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
facebook share doesn't display &
This commit is contained in:
@@ -172,7 +172,7 @@ topicsController.get = function(req, res, next) {
|
||||
},
|
||||
{
|
||||
property: 'og:title',
|
||||
content: topicData.title
|
||||
content: topicData.title.replace(/&/g, '&')
|
||||
},
|
||||
{
|
||||
property: 'og:description',
|
||||
|
||||
Reference in New Issue
Block a user