diff --git a/themes/bootstrap3/templates/search/home.phtml b/themes/bootstrap3/templates/search/home.phtml
index b9b0c453f4f71ec1c076e0c303f98c2fb4d0e5fa..5c7d81c0aecce3a53586841a2fb9e5ceb9242571 100644
--- a/themes/bootstrap3/templates/search/home.phtml
+++ b/themes/bootstrap3/templates/search/home.phtml
@@ -17,7 +17,7 @@
   <?php $this->slot('search-home-hero')->start() ?>
     <?=$this->context($this)->renderInContext("search/searchbox.phtml", ['ignoreHiddenFilterMemory' => true])?>
     <?=$this->inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, '$("#searchForm_lookfor").focus();', 'SET'); ?>
-  <?=$this->slot('search-home')->end() ?>
+  <?=$this->slot('search-home-hero')->end() ?>
 </div>
 
 <?=implode('', array_map([$this, 'contentBlock'], $blocks ?? []))?>