@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function convert($html, $css = null) |
35 | 35 | { |
36 | - if(!empty(trim($html))) |
|
36 | + if (!empty(trim($html))) |
|
37 | 37 | { |
38 | 38 | $document = $this->createDomDocumentFromHtml($html); |
39 | 39 | $processor = new Processor(); |