We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a7838 commit aaa2f59Copy full SHA for aaa2f59
sphinx/themes/basic/static/searchtools.js
@@ -64,7 +64,7 @@ const _escapeHTML = (text) => {
64
.replaceAll("<", "<")
65
.replaceAll(">", ">")
66
.replaceAll('"', """)
67
- .replaceAll("'", "'");
+ .replaceAll("'", "'");
68
}
69
70
const _displayItem = (item, searchTerms, highlightTerms) => {
0 commit comments