diff --git a/themes/bootstrap3/templates/Recommend/FacetCloud.phtml b/themes/bootstrap3/templates/Recommend/FacetCloud.phtml
index 1650692b57ea1430f4576caa4c701c598060174e..c71334d4d57d42522a06021eb41075c16f99c89b 100644
--- a/themes/bootstrap3/templates/Recommend/FacetCloud.phtml
+++ b/themes/bootstrap3/templates/Recommend/FacetCloud.phtml
@@ -12,7 +12,7 @@
         <?
         foreach ($facets['list'] as $i => $facetItem) {
             if ($i < $cloudLimit) {
-                echo (($i == 0) ? '' : ', ')
+                echo(($i == 0) ? '' : ', ')
                     . '<a href="' . $blankResults->getUrlQuery()->addFacet($title, $facetItem['value']) . '">'
                     . $this->escapeHtml($facetItem['displayText'])
                     . '</a> (' . $this->escapeHtml($facetItem['count']) . ')';
diff --git a/themes/bootstrap3/templates/RecordDriver/EDS/core.phtml b/themes/bootstrap3/templates/RecordDriver/EDS/core.phtml
index c686dd3bb8e1a38465228aaab7abe6f5c8a69702..82de7fa337b661236e25ea2c876b8c6783d3550a 100644
--- a/themes/bootstrap3/templates/RecordDriver/EDS/core.phtml
+++ b/themes/bootstrap3/templates/RecordDriver/EDS/core.phtml
@@ -93,7 +93,7 @@
       <? foreach ($customLinks as $customLink): ?>
       <? $url = isset($customLink['Url']) ? $customLink['Url'] : '';
           $mot = isset($customLink['MouseOverText'])? $customLink['MouseOverText'] : '';
-          $icon = isset ($customLink['Icon']) ? $customLink['Icon'] : '';
+          $icon = isset($customLink['Icon']) ? $customLink['Icon'] : '';
           $name = isset($customLink['Text']) ? $customLink['Text'] : '';
       ?>
       <span>
diff --git a/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml b/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
index 65337cb47df032a9a6c5506eae11fbedf357a6e5..88a64ebb8db573ebeb4ed93c3098537f6cf1fdaf 100644
--- a/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
+++ b/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
@@ -63,7 +63,7 @@
           <? foreach ($customLinks as $customLink): ?>
           <? $url = isset($customLink['Url']) ? $customLink['Url'] : '';
               $mot = isset($customLink['MouseOverText'])? $customLink['MouseOverText'] : '';
-              $icon = isset ($customLink['Icon']) ? $customLink['Icon'] : '';
+              $icon = isset($customLink['Icon']) ? $customLink['Icon'] : '';
               $name = isset($customLink['Text']) ? $customLink['Text'] : '';
           ?>
           <span>