Skip to content

Commit c2b9205

Browse files
committed
Re-align equalities
1 parent 5972561 commit c2b9205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ private function step_until_tag_is_closed() {
10161016
foreach ( $this->state->stack_of_open_elements->with_pop_listener( $tag_is_closed ) as $_ ) {
10171017
// Find where the tag is closed by stepping forward until it's no longer on the stack of open elements.
10181018
do {
1019-
$found_tag = $this->step();
1019+
$found_tag = $this->step();
10201020
} while ( $found_tag && $keep_searching );
10211021
}
10221022

0 commit comments

Comments
 (0)