diff --git a/themes/bootstrap3/templates/browse/home.phtml b/themes/bootstrap3/templates/browse/home.phtml index 6669d6e318dc304b0e82b6a6f1cd61c19a4cff2f..ceb18eb68053be8b2e271ab485fa125ae820c058 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>