Merge branch 'develop' into feature/narrowboat
This commit is contained in:
commit
cf12e05e47
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default class TitleHandler {
|
||||||
const title = Utils.SubstituteKeys(titleUnsubbed, tags)
|
const title = Utils.SubstituteKeys(titleUnsubbed, tags)
|
||||||
const el = document.createElement("span")
|
const el = document.createElement("span")
|
||||||
el.innerHTML = title
|
el.innerHTML = title
|
||||||
return el.innerText + " | " + defaultTitle
|
return el.textContent + " | " + defaultTitle
|
||||||
|
|
||||||
},
|
},
|
||||||
[Locale.language]
|
[Locale.language]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue