From d88db6b6493ce3f671763c34e437e1fe9bf02441 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 27 Apr 2020 17:01:03 -0400 Subject: [PATCH] Search header isn't really a nav. --- themes/bootstrap3/templates/search/results.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/search/results.phtml b/themes/bootstrap3/templates/search/results.phtml index 46e1b8e21a2..5f6f4be0df1 100644 --- a/themes/bootstrap3/templates/search/results.phtml +++ b/themes/bootstrap3/templates/search/results.phtml @@ -59,7 +59,7 @@ <?php endforeach; ?> <?php endif; ?> <?=$this->flashmessages()?> - <nav class="search-header hidden-print"> + <div class="search-header hidden-print"> <div class="search-stats"> <?php if ($recordTotal > 0): ?> <?=$this->context()->renderInContext('search/controls/showing.phtml', ['lookfor' => $lookfor, 'recordTotal' => $recordTotal]) ?> @@ -78,7 +78,7 @@ <?=$this->render('search/controls/view.phtml')?> </div> <?php endif; ?> - </nav> + </div> <?php /* End Listing Options */ ?> <?php if ($recordTotal < 1): ?> -- GitLab