Fix typo in HTML ID

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Johannes Marbach 2026-03-24 10:23:11 +01:00 committed by GitHub
parent 59c7282ddb
commit 1f5d598754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,7 +165,7 @@ search backend.
r.sub_results.forEach((s, index_s) => {
if (index_s === LIMIT) {
const num_hidden_results = r.sub_results.length - index_s;
const wrapper_id = `collapssible-subresults-${index_r}`;
const wrapper_id = `collapsible-subresults-${index_r}`;
const $action = $("<span>").text("▶ Show");
const $expander = $("<a>")
.attr("data-bs-toggle", "collapse")