@@ -26,7 +26,7 @@ |
||
26 | 26 | $this->valueParser = $valueParser; |
27 | 27 | $this->pseudoMatcher = $pseudoMatcher; |
28 | 28 | $this->functionSet = $functionSet; |
29 | - if ($this->file !== null) $this->baseDir = dirname(realpath($this->file)) . DIRECTORY_SEPARATOR; |
|
29 | + if ($this->file !== null) $this->baseDir = dirname(realpath($this->file)).DIRECTORY_SEPARATOR; |
|
30 | 30 | } |
31 | 31 | |
32 | 32 | public function run(\DomElement $element) { |