Skip to content
Snippets Groups Projects

Issue #3182458: search results "empty" message: remove heading

Files
6
@@ -118,7 +118,9 @@ public function view(Request $request, SearchPageInterface $entity) {
'#theme' => ['item_list__search_results__' . $plugin->getPluginId(), 'item_list__search_results'],
'#items' => $results,
'#empty' => [
'#markup' => '<h3>' . $this->t('Your search yielded no results.') . '</h3>',
'#type' => 'html_tag',
'#tag' => 'em',
'#value' => $this->t('Your search yielded no results.'),
],
'#list_type' => 'ol',
'#context' => [
Loading