mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 22:33:42 -04:00
Fixed HTML entities appearing in search result titles
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user