@@ -22,7 +22,7 @@ |
||
22 | 22 | public function run(array $args, \DomElement $element) { |
23 | 23 | $selector = $this->readArray($args, 1); |
24 | 24 | $tss = $this->readArray($args, 2); |
25 | - $newTemplate = new \Transphporm\Builder($this->baseDir . $args[0], $tss ? $this->baseDir . $tss : null); |
|
25 | + $newTemplate = new \Transphporm\Builder($this->baseDir.$args[0], $tss ? $this->baseDir.$tss : null); |
|
26 | 26 | |
27 | 27 | $doc = $newTemplate->output($this->elementData->getData($element), true)->body; |
28 | 28 | if ($selector != '') return $this->templateSubsection($doc, $selector); |