Passed
Push — develop ( 5bbd76...c0f3c7 )
by Andrew
05:07
created
src/fields/ShortLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
             }
98 98
         } else if (!empty($value) && !StringHelper::startsWith($value, 'http')) {
99 99
             $siteUrl = $element->getSite()->getBaseUrl();
100
-            $value = rtrim($siteUrl, '/') . '/' . ltrim($value, '/');
100
+            $value = rtrim($siteUrl, '/').'/'.ltrim($value, '/');
101 101
         }
102 102
 
103 103
         RetourPlugin::$plugin->redirects->removeElementRedirect($element, $this->redirectSrcMatch === 'pathonly');
Please login to merge, or discard this patch.