@@ -119,8 +119,7 @@ |
||
119 | 119 | $this->url = (string) new self($this->builder, $page, $options); |
120 | 120 | break; |
121 | 121 | // asset as string |
122 | - case false !== strpos($value, '.') ? true : false: |
|
123 | - $this->url = $base.'/'.ltrim($value, '/'); |
|
122 | + case false !== strpos($value, '.') ? true : false : $this->url = $base.'/'.ltrim($value, '/'); |
|
124 | 123 | break; |
125 | 124 | // others cases? |
126 | 125 | default: |