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 36e5525 commit 06e8f6fCopy full SHA for 06e8f6f
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