Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam7-1 authored May 3, 2024
1 parent 77f7354 commit 9c03b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/js/components/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class Search {

this.searchBox_.style.display = 'block';
this.offline_.style.display = 'flex';
this.searchSummary_.innerHTML = '';
this.searchSummary_.innerText = '';
if (this.currentResults_) {
this.addSearchResults_(this.currentResults_);
}
Expand Down

0 comments on commit 9c03b3f

Please sign in to comment.