diff --git a/themes/bootstrap3/templates/combined/results-list.phtml b/themes/bootstrap3/templates/combined/results-list.phtml index 2a630401458db8d43d1a58461d522485131ce524..d3f30df17fa4d6736ea2eca0aa9e991afb126408 100644 --- a/themes/bootstrap3/templates/combined/results-list.phtml +++ b/themes/bootstrap3/templates/combined/results-list.phtml @@ -30,7 +30,7 @@ <? endforeach; ?> <?=$this->context()->renderInContext('search/controls/showing.phtml', ['lookfor' => $lookfor, 'recordTotal' => $recordTotal, - 'params' => $params, 'results' => $results] ) ?> + 'params' => $params, 'results' => $results]) ?> <? else: ?> <h3><?=$this->transEsc('nohit_heading')?></h3> <? endif; ?>