Skip to content

Commit 6698cd9

Browse files
committed
Re-align equalities
1 parent 76e019e commit 6698cd9

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
@@ -939,7 +939,7 @@ private function step_until_tag_is_closed() {
939939
foreach ( $this->state->stack_of_open_elements->with_pop_listener( $tag_is_closed ) as $_ ) {
940940
// Find where the tag is closed by stepping forward until it's no longer on the stack of open elements.
941941
do {
942-
$found_tag = $this->step();
942+
$found_tag = $this->step();
943943
} while ( $found_tag && $keep_searching );
944944
}
945945

0 commit comments

Comments
 (0)