Fixed HTML entities appearing in search result titles

This commit is contained in:
squidfunk
2019-03-01 13:17:13 +01:00
parent 2f5a4c1e93
commit 8a01e0cc8c
6 changed files with 12 additions and 5 deletions

View File

@@ -158,7 +158,6 @@ export default class Result {
const [path, hash] = doc.location.split("#")
/* Escape HTML */
doc.title = escapeHTML(doc.title)
doc.text = escapeHTML(doc.text)
/* Associate section with parent document */