We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2be0ef3 + ca42aaf commit c83c46dCopy full SHA for c83c46d
1 file changed
src/Html/HtmlFormatter.php
@@ -31,6 +31,8 @@ public function __construct($encoding = 'HTML-ENTITIES')
31
32
public function Format(Document $document)
33
{
34
+ // Clear current output
35
+ $this->output = '';
36
// Keep track of style modifications
37
$this->previousState = null;
38
// and create a stack of states
0 commit comments