@@ -97,7 +97,7 @@ |
||
| 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'); |