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.
2 parents 36e5525 + 06e8f6f commit ea8f0f6Copy full SHA for ea8f0f6
src/front-end/searcher/searcher.js
@@ -30,7 +30,7 @@ window.search = window.search || {};
30
content = document.getElementById('content'),
31
32
// SVG text elements don't render if inside a <mark> tag.
33
- mark_exclude = ["text"],
+ mark_exclude = ['text'],
34
marker = new Mark(content),
35
URL_SEARCH_PARAM = 'search',
36
URL_MARK_PARAM = 'highlight',
0 commit comments