We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949e65d commit d663f30Copy full SHA for d663f30
static/shared/js/documentation.js
@@ -238,7 +238,7 @@ $(function() {
238
239
// Check if there are any results. If not, show placeholder and exit
240
if (searchHits.length < 1) {
241
- $('<li class="placeholder">No results for <em>' + searchString + '</em></li>').appendTo("#search-results");
+ $('<li class="placeholder">No results for <em></em></li>').appendTo("#search-results").find("em").text(searchString);
242
return;
243
}
244
0 commit comments