Skip to content

Commit 9ac9288

Browse files
authored
Update Html2Text.php
1 parent 2ce597a commit 9ac9288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html2Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function __construct($html = '', $options = array())
280280
return call_user_func_array(array($this, 'legacyConstruct'), func_get_args());
281281
}
282282

283-
// Strip out comments as conditional comments for legacy email support break things
283+
// Strip out comments since conditional comments for legacy email support break things
284284
$this->html = preg_replace('/<!--.*?-->/s', '', $html);
285285
$this->options = array_merge($this->options, $options);
286286
$this->htmlFuncFlags = (PHP_VERSION_ID < 50400)

0 commit comments

Comments
 (0)