Skip to content
Snippets Groups Projects
Commit 268663fa authored by Demian Katz's avatar Demian Katz
Browse files

Remove unnecessary space.

parent 615ca6e2
No related merge requests found
......@@ -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; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment