1
0
mirror of synced 2025-12-19 18:10:59 -05:00

don't htmlencode 'title' (#33920)

This commit is contained in:
Peter Bengtsson
2023-01-12 17:57:34 +01:00
committed by GitHub
parent fa159cb1da
commit 1a32b39f78
5 changed files with 4 additions and 8 deletions

View File

@@ -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,