Completed
Push — master ( f55a63...051706 )
by Andrew
03:00 queued 37s
created
src/Modules/Formatters/OutputFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
             $headers = $topNode->find('h1, h2, h3, h4, h5, h6');
166 166
 
167 167
             foreach ($headers as $header) {
168
-                $header->replaceWith(new Text("\n\n" . $this->getTagCleanedText($header) . "\n\n"));
168
+                $header->replaceWith(new Text("\n\n".$this->getTagCleanedText($header)."\n\n"));
169 169
             }
170 170
         }
171 171
     }
Please login to merge, or discard this patch.