@@ -166,14 +166,14 @@ |
||
166 | 166 | $ext = $fileinfo->getExtension(); |
167 | 167 | $title = strtr($fileinfo->getRelativePathname(), ["\\" => "/"]); |
168 | 168 | $view = $this->sendToW3C( |
169 | - $this->types[$ext]['w3curl'], |
|
170 | - $this->types[$ext]['validator'], |
|
171 | - $this->types[$ext]['selector'], |
|
172 | - $this->types[$ext]['field'], |
|
173 | - $this->types[$ext]['resulttag'], |
|
174 | - strtr($fileinfo->getRealPath(), ["\\" => "/"]), |
|
175 | - $title, |
|
176 | - $this->types[$ext]['css'] |
|
169 | + $this->types[$ext]['w3curl'], |
|
170 | + $this->types[$ext]['validator'], |
|
171 | + $this->types[$ext]['selector'], |
|
172 | + $this->types[$ext]['field'], |
|
173 | + $this->types[$ext]['resulttag'], |
|
174 | + strtr($fileinfo->getRealPath(), ["\\" => "/"]), |
|
175 | + $title, |
|
176 | + $this->types[$ext]['css'] |
|
177 | 177 | ); |
178 | 178 | |
179 | 179 | if ($view === null) { |