We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdcd40 commit ca42aafCopy full SHA for ca42aaf
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