Skip to content

Commit

Permalink
Re-align equalities
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Aug 11, 2023
1 parent 76e019e commit 6698cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ private function step_until_tag_is_closed() {
foreach ( $this->state->stack_of_open_elements->with_pop_listener( $tag_is_closed ) as $_ ) {
// Find where the tag is closed by stepping forward until it's no longer on the stack of open elements.
do {
$found_tag = $this->step();
$found_tag = $this->step();
} while ( $found_tag && $keep_searching );
}

Expand Down

0 comments on commit 6698cd9

Please sign in to comment.