We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3501197 commit e1a4234Copy full SHA for e1a4234
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -1844,7 +1844,7 @@ private function parse_next_tag(): bool {
1844
$this->parser_state = self::STATE_COMMENT;
1845
$this->comment_type = self::COMMENT_AS_INVALID_HTML;
1846
$this->token_length = $closer_at + 1 - $this->token_starts_at;
1847
- $this->text_starts_at = $this->token_starts_at + 2;
+ $this->text_starts_at = $this->token_starts_at + 1;
1848
$this->text_length = $closer_at - $this->text_starts_at;
1849
$this->bytes_already_parsed = $closer_at + 1;
1850
0 commit comments