From 268663fa1452700979a3a90edbe7bf091c26c910 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 24 Oct 2017 14:59:59 -0400
Subject: [PATCH] Remove unnecessary space.

---
 themes/bootstrap3/templates/combined/results-list.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/combined/results-list.phtml b/themes/bootstrap3/templates/combined/results-list.phtml
index 2a630401458..d3f30df17fa 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; ?>
-- 
GitLab