From c478a94e41a0cf761edb96d48540db0b31e01b98 Mon Sep 17 00:00:00 2001
From: Robert Sipek <sipek@mzk.cz>
Date: Wed, 25 Nov 2020 08:30:19 +0100
Subject: [PATCH] Fix html tag in bootstrap3 browse home template

---
 themes/bootstrap3/templates/browse/home.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/browse/home.phtml b/themes/bootstrap3/templates/browse/home.phtml
index 6669d6e318d..ceb18eb6805 100644
--- a/themes/bootstrap3/templates/browse/home.phtml
+++ b/themes/bootstrap3/templates/browse/home.phtml
@@ -79,7 +79,7 @@
     </div>
   <?php elseif (isset($this->query)): ?>
     <div class="browse-list" id="list4">
-      <span class="browse-item"><?=$this->transEsc('nohit_heading') ?></li>
+      <span class="browse-item"><?=$this->transEsc('nohit_heading') ?></span>
     </div>
   <?php endif; ?>
 </div>
-- 
GitLab