We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5972561 commit c2b9205Copy full SHA for c2b9205
1 file changed
src/wp-includes/html-api/class-wp-html-processor.php
@@ -1016,7 +1016,7 @@ private function step_until_tag_is_closed() {
1016
foreach ( $this->state->stack_of_open_elements->with_pop_listener( $tag_is_closed ) as $_ ) {
1017
// Find where the tag is closed by stepping forward until it's no longer on the stack of open elements.
1018
do {
1019
- $found_tag = $this->step();
+ $found_tag = $this->step();
1020
} while ( $found_tag && $keep_searching );
1021
}
1022
0 commit comments