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 0d6ffde commit e24efdfCopy full SHA for e24efdf
js/search.js
@@ -23,7 +23,7 @@
23
24
function displaySearchHeading(query) {
25
var heading = document.getElementById("searchHeading");
26
- heading.innerHTML = "Search results for: " + query;
+ heading.textContent = "Search results for: " + query;
27
}
28
29
// Get the raw search results
0 commit comments