mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-08 13:51:49 +02:00
test no escape on canonical
This commit is contained in:
@@ -261,6 +261,7 @@ async function addTags(topicData, req, res, currentPage) {
|
||||
{
|
||||
rel: 'canonical',
|
||||
href: `${url}/topic/${topicData.slug}${page}`,
|
||||
noEscape: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user