Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 9b407c8

Browse files
committed
Merge branch 'master' into link-to-full-page
2 parents 93f35aa + 1b2c81a commit 9b407c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sphinx_search/_static/js/rtd_sphinx_search.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,12 @@ const generateSingleResult = (resultData, projectName) => {
378378
if (type === "sections") {
379379
html_structure = get_section_html(
380380
resultData.inner_hits[i],
381-
page_link
381+
page_link_highlight
382382
);
383383
} else if (type === "domains") {
384384
html_structure = get_domain_html(
385385
resultData.inner_hits[i],
386-
page_link
386+
page_link_highlight
387387
);
388388
}
389389
content.innerHTML += html_structure;

sphinx_search/_static/js/rtd_sphinx_search.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)