Merge pull request #2669 from ehuss/fix-searcher-eslint

Fix wrong quotes for eslint
This commit is contained in:
Eric Huss 2025-04-17 16:35:48 +00:00 committed by GitHub
commit ea8f0f6161
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ window.search = window.search || {};
content = document.getElementById('content'),
// SVG text elements don't render if inside a <mark> tag.
mark_exclude = ["text"],
mark_exclude = ['text'],
marker = new Mark(content),
URL_SEARCH_PARAM = 'search',
URL_MARK_PARAM = 'highlight',