Completed
Push — master ( 58895a...0930e8 )
by Robbie
15s
created
src/Search/CwpSearchResult.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -199,9 +199,9 @@
 block discarded – undo
199 199
         if (!$terms) {
200 200
             return null;
201 201
         }
202
-        $link = 'search/SearchForm?Search='.rawurlencode($terms);
202
+        $link = 'search/SearchForm?Search=' . rawurlencode($terms);
203 203
         if ($format) {
204
-            $link .= '&format='.rawurlencode($format);
204
+            $link .= '&format=' . rawurlencode($format);
205 205
         }
206 206
         return $link;
207 207
     }
Please login to merge, or discard this patch.
src/Extensions/SynonymsSiteConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
             TextareaField::create('SearchSynonyms', _t('CwpConfig.SearchSynonyms', 'Search Synonyms'))
34 34
                 ->setDescription(_t(
35 35
                     'CwpConfig.SearchSynonyms_Description',
36
-                    'Enter as many comma separated synonyms as you wish, where '.
36
+                    'Enter as many comma separated synonyms as you wish, where ' .
37 37
                     'each line represents a group of synonyms.<br /> ' .
38 38
                     'You will need to run <a rel="external" target="_blank" href="dev/tasks/Solr_Configure">'
39 39
                     . 'Solr_Configure</a> if you make any changes'
Please login to merge, or discard this patch.