don't htmlencode 'title' (#33920)
This commit is contained in:
@@ -178,10 +178,6 @@ class Page {
|
||||
})
|
||||
this.title = await renderContentWithFallback(this, 'rawTitle', context, {
|
||||
textOnly: true,
|
||||
encodeEntities: true,
|
||||
})
|
||||
this.titlePlainText = await renderContentWithFallback(this, 'rawTitle', context, {
|
||||
textOnly: true,
|
||||
})
|
||||
this.shortTitle = await renderContentWithFallback(this, 'shortTitle', context, {
|
||||
textOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user